summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-04-08r600g/llvm: Add support for native isa for pre EGVincent Lejeune2-2/+6
2013-04-06gallium/util: add const to a parameter of util_max_layerMarek Olšák1-1/+1
2013-04-06st/mesa: don't expose ARB_color_buffer_float without driver support in GL coreMarek Olšák1-0/+11
2013-04-06mesa: allow drivers not to expose ARB_color_buffer_float in GL core profileMarek Olšák7-15/+48
2013-04-06mesa: move updating clamp control derived state out of mesa_update_state_lockedMarek Olšák4-36/+40
2013-04-06mesa: don't set _ClampFragmentColor to TRUE if it has no effectMarek Olšák13-21/+37
2013-04-06mesa: refactor clamping controls, get rid of _ClampReadColorMarek Olšák7-30/+58
2013-04-06mesa: don't memcmp() off the end of a cache key.Chris Forbes1-2/+9
2013-04-05radeonsi: Add compute support v3Tom Stellard11-49/+378
2013-04-05radeonsi: Set TCL1_ACTION_ENA when invalidating the texture cacheTom Stellard1-0/+1
2013-04-05radeonsi: Remove si_pm4_inval_vertex_cache()Tom Stellard3-8/+1
2013-04-05gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2Tom Stellard10-80/+105
2013-04-05util: add ETC as compressed formatWladimir1-0/+1
2013-04-05gallium/u_blitter: fix is_blit_generic_supported() stencil checkingBrian Paul1-12/+14
2013-04-05Honor GLX_DONT_CARE in MATCH_MASKAlexander Monakov1-1/+3
2013-04-05freedreno: use autogenerated register defsRob Clark23-1617/+2116
2013-04-05st/wgl: Install our windows message hook to threads created before the ICD is...José Fonseca2-26/+196
2013-04-05llvmpipe: Work without sse2 if llvm is new enoughAdam Jackson1-2/+3
2013-04-05winsys/radeon: add command stream replay dump for faulty lockup v3Jerome Glisse7-37/+443
2013-04-04st/xlib: add HUD support for xlib/GLXBrian Paul4-0/+34
2013-04-04gallium/hud: add GALLIUM_HUD_PERIOD env varBrian Paul1-1/+16
2013-04-04gallium/hud: initialize sampler stateBrian Paul1-0/+6
2013-04-04glsl: Add an optimization pass to flatten simple nested if blocks.Kenneth Graunke4-0/+106
2013-04-04i965: Use a variable for the push constant size in kB.Kenneth Graunke1-2/+3
2013-04-04i965: Turn brw->urb.vs_size and gs_size into local variables.Kenneth Graunke3-22/+12
2013-04-04i965: Remove BRW_NEW_WM_INPUT_DIMENSIONS dirty bit.Kenneth Graunke3-4/+0
2013-04-04i965: Delete brw_vs_constval.c and the brw_wm_input_sizes atom.Kenneth Graunke5-279/+0
2013-04-04i965: Remove now dead brw_wm_prog_key::proj_attrib_mask field.Kenneth Graunke3-29/+0
2013-04-04i965: Remove fixed-function texture projection avoidance optimization.Kenneth Graunke1-25/+18
2013-04-04i965: Use ctx->Stencil._WriteEnabled in DEPTH_STENCIL_STATE.Kenneth Graunke1-5/+1
2013-04-04i965: Fix stencil write enable flag in 3DSTATE_DEPTH_BUFFER on Gen7+.Kenneth Graunke1-1/+1
2013-04-04mesa: Add new ctx->Stencil._WriteEnabled derived state flag.Kenneth Graunke2-0/+6
2013-04-04gallivm: some minor cube map cleanupRoland Scheidegger1-10/+15
2013-04-04i965: Ask the register allocator to round-robin through registers.Eric Anholt3-3/+31
2013-04-04llvmpipe: implement ucmpZack Rusin2-0/+32
2013-04-04Avoid spurious GCC warnings in STATIC_ASSERT() macro.Paul Berry2-2/+2
2013-04-04freedreno: document debug flagErik Faye-Lund1-0/+4
2013-04-04st/wgl: add HUD supportBrian Paul5-0/+42
2013-04-04st/wgl: make stw_current_context() non-staticBrian Paul2-1/+3
2013-04-04util: add debug_memory_check_block(), debug_memory_tag()Brian Paul2-0/+61
2013-04-04gallium/hud: replace malloc w/ MALLOCBrian Paul1-1/+1
2013-04-04r600g/llvm: Workaround for wrong tex.offset_*Vincent Lejeune1-0/+3
2013-04-04gallivm: honor explicit derivatives values for cube maps.Roland Scheidegger4-28/+60
2013-04-04gallivm: do per-pixel cube face selection (finally!!!)Roland Scheidegger3-82/+180
2013-04-04gallivm: minor rho calculation optimization for 1 or 3 coordsRoland Scheidegger2-29/+22
2013-04-04gallivm: use f16c hw support for float->half and half->float conversionRoland Scheidegger4-4/+53
2013-04-03draw/llvmpipe: allow independent so attachments to the vsZack Rusin6-23/+43
2013-04-03llvmpipe: reset so buffers when not appendingZack Rusin1-0/+6
2013-04-03draw: remove unused functionZack Rusin2-12/+0
2013-04-03draw/llvm: use an enum instead of magic numbersZack Rusin2-10/+15