summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* r600g/llvm: Add support for native isa for pre EGVincent Lejeune2013-04-082-2/+6
* gallium/util: add const to a parameter of util_max_layerMarek Olšák2013-04-061-1/+1
* st/mesa: don't expose ARB_color_buffer_float without driver support in GL coreMarek Olšák2013-04-061-0/+11
* mesa: allow drivers not to expose ARB_color_buffer_float in GL core profileMarek Olšák2013-04-067-15/+48
* mesa: move updating clamp control derived state out of mesa_update_state_lockedMarek Olšák2013-04-064-36/+40
* mesa: don't set _ClampFragmentColor to TRUE if it has no effectMarek Olšák2013-04-0613-21/+37
* mesa: refactor clamping controls, get rid of _ClampReadColorMarek Olšák2013-04-067-30/+58
* mesa: don't memcmp() off the end of a cache key.Chris Forbes2013-04-061-2/+9
* radeonsi: Add compute support v3Tom Stellard2013-04-0511-49/+378
* radeonsi: Set TCL1_ACTION_ENA when invalidating the texture cacheTom Stellard2013-04-051-0/+1
* radeonsi: Remove si_pm4_inval_vertex_cache()Tom Stellard2013-04-053-8/+1
* gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2Tom Stellard2013-04-0510-80/+105
* util: add ETC as compressed formatWladimir2013-04-051-0/+1
* gallium/u_blitter: fix is_blit_generic_supported() stencil checkingBrian Paul2013-04-051-12/+14
* Honor GLX_DONT_CARE in MATCH_MASKAlexander Monakov2013-04-051-1/+3
* freedreno: use autogenerated register defsRob Clark2013-04-0523-1617/+2116
* st/wgl: Install our windows message hook to threads created before the ICD is...José Fonseca2013-04-052-26/+196
* llvmpipe: Work without sse2 if llvm is new enoughAdam Jackson2013-04-051-2/+3
* winsys/radeon: add command stream replay dump for faulty lockup v3Jerome Glisse2013-04-057-37/+443
* st/xlib: add HUD support for xlib/GLXBrian Paul2013-04-044-0/+34
* gallium/hud: add GALLIUM_HUD_PERIOD env varBrian Paul2013-04-041-1/+16
* gallium/hud: initialize sampler stateBrian Paul2013-04-041-0/+6
* glsl: Add an optimization pass to flatten simple nested if blocks.Kenneth Graunke2013-04-044-0/+106
* i965: Use a variable for the push constant size in kB.Kenneth Graunke2013-04-041-2/+3
* i965: Turn brw->urb.vs_size and gs_size into local variables.Kenneth Graunke2013-04-043-22/+12
* i965: Remove BRW_NEW_WM_INPUT_DIMENSIONS dirty bit.Kenneth Graunke2013-04-043-4/+0
* i965: Delete brw_vs_constval.c and the brw_wm_input_sizes atom.Kenneth Graunke2013-04-045-279/+0
* i965: Remove now dead brw_wm_prog_key::proj_attrib_mask field.Kenneth Graunke2013-04-043-29/+0
* i965: Remove fixed-function texture projection avoidance optimization.Kenneth Graunke2013-04-041-25/+18
* i965: Use ctx->Stencil._WriteEnabled in DEPTH_STENCIL_STATE.Kenneth Graunke2013-04-041-5/+1
* i965: Fix stencil write enable flag in 3DSTATE_DEPTH_BUFFER on Gen7+.Kenneth Graunke2013-04-041-1/+1
* mesa: Add new ctx->Stencil._WriteEnabled derived state flag.Kenneth Graunke2013-04-042-0/+6
* gallivm: some minor cube map cleanupRoland Scheidegger2013-04-041-10/+15
* i965: Ask the register allocator to round-robin through registers.Eric Anholt2013-04-043-3/+31
* llvmpipe: implement ucmpZack Rusin2013-04-042-0/+32
* Avoid spurious GCC warnings in STATIC_ASSERT() macro.Paul Berry2013-04-042-2/+2
* freedreno: document debug flagErik Faye-Lund2013-04-041-0/+4
* st/wgl: add HUD supportBrian Paul2013-04-045-0/+42
* st/wgl: make stw_current_context() non-staticBrian Paul2013-04-042-1/+3
* util: add debug_memory_check_block(), debug_memory_tag()Brian Paul2013-04-042-0/+61
* gallium/hud: replace malloc w/ MALLOCBrian Paul2013-04-041-1/+1
* r600g/llvm: Workaround for wrong tex.offset_*Vincent Lejeune2013-04-041-0/+3
* gallivm: honor explicit derivatives values for cube maps.Roland Scheidegger2013-04-044-28/+60
* gallivm: do per-pixel cube face selection (finally!!!)Roland Scheidegger2013-04-043-82/+180
* gallivm: minor rho calculation optimization for 1 or 3 coordsRoland Scheidegger2013-04-042-29/+22
* gallivm: use f16c hw support for float->half and half->float conversionRoland Scheidegger2013-04-044-4/+53
* draw/llvmpipe: allow independent so attachments to the vsZack Rusin2013-04-036-23/+43
* llvmpipe: reset so buffers when not appendingZack Rusin2013-04-031-0/+6
* draw: remove unused functionZack Rusin2013-04-032-12/+0
* draw/llvm: use an enum instead of magic numbersZack Rusin2013-04-032-10/+15