| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | intel: Allocate hiz in intel_renderbuffer_move_to_temp() | Chad Versace | 2013-04-08 | 1 | -0/+4 |
* | st/mesa: fix levels in initial texture creation | Dave Airlie | 2013-04-08 | 1 | -1/+1 |
* | glsl: Don't early-out for error-type inputs | Ian Romanick | 2013-04-08 | 3 | -15/+11 |
* | glsl: Don't emit spurious errors for constant indexes of the wrong type | Ian Romanick | 2013-04-08 | 1 | -2/+2 |
* | glsl: Collect all of the non-constant index error checks together | Ian Romanick | 2013-04-08 | 1 | -45/+42 |
* | glsl: Minor code compaction in _mesa_ast_array_index_to_hir | Ian Romanick | 2013-04-08 | 1 | -9/+8 |
* | glsl: Don't return a value from check_builtin_array_max_size | Ian Romanick | 2013-04-08 | 2 | -5/+2 |
* | glsl: Remove some unnecessary uses of error_emitted | Ian Romanick | 2013-04-08 | 1 | -15/+4 |
* | glsl: Refactor handling of ast_array_index to a separate function | Ian Romanick | 2013-04-08 | 4 | -162/+205 |
* | glsl: Make check_build_array_max_size externally visible | Ian Romanick | 2013-04-08 | 2 | -1/+5 |
* | intel: Avoid making tiled miptrees we won't be able to blit. | Eric Anholt | 2013-04-08 | 1 | -14/+21 |
* | intel: Do temporary CPU maps of textures that are too big to GTT map. | Eric Anholt | 2013-04-08 | 1 | -0/+21 |
* | intel: Add support for writing to our linear-temporary-CPU-map case. | Eric Anholt | 2013-04-08 | 1 | -2/+23 |
* | intel: Remove check for kernel 2.6.29. | Kenneth Graunke | 2013-04-08 | 1 | -7/+0 |
* | intel: Require kernel 2.6.39 for relaxed relocation support. | Kenneth Graunke | 2013-04-08 | 2 | -5/+4 |
* | i965: Remove a few BRW_STATE_... enum values. | Kenneth Graunke | 2013-04-08 | 1 | -2/+0 |
* | i965: Remove brw->vb.info and struct brw_vertex_info. | Kenneth Graunke | 2013-04-08 | 2 | -13/+0 |
* | i965: Remove the BRW_NEW_INPUT_DIMENSIONS flag. | Kenneth Graunke | 2013-04-08 | 3 | -8/+0 |
* | register_allocate: Fix the type of best_benefit. | Matt Turner | 2013-04-08 | 1 | -1/+1 |
* | r600g/llvm: Add support for native isa for pre EG | Vincent Lejeune | 2013-04-08 | 2 | -2/+6 |
* | gallium/util: add const to a parameter of util_max_layer | Marek Olšák | 2013-04-06 | 1 | -1/+1 |
* | st/mesa: don't expose ARB_color_buffer_float without driver support in GL core | Marek Olšák | 2013-04-06 | 1 | -0/+11 |
* | mesa: allow drivers not to expose ARB_color_buffer_float in GL core profile | Marek Olšák | 2013-04-06 | 7 | -15/+48 |
* | mesa: move updating clamp control derived state out of mesa_update_state_locked | Marek Olšák | 2013-04-06 | 4 | -36/+40 |
* | mesa: don't set _ClampFragmentColor to TRUE if it has no effect | Marek Olšák | 2013-04-06 | 13 | -21/+37 |
* | mesa: refactor clamping controls, get rid of _ClampReadColor | Marek Olšák | 2013-04-06 | 7 | -30/+58 |
* | mesa: don't memcmp() off the end of a cache key. | Chris Forbes | 2013-04-06 | 1 | -2/+9 |
* | radeonsi: Add compute support v3 | Tom Stellard | 2013-04-05 | 11 | -49/+378 |
* | radeonsi: Set TCL1_ACTION_ENA when invalidating the texture cache | Tom Stellard | 2013-04-05 | 1 | -0/+1 |
* | radeonsi: Remove si_pm4_inval_vertex_cache() | Tom Stellard | 2013-04-05 | 3 | -8/+1 |
* | gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2 | Tom Stellard | 2013-04-05 | 10 | -80/+105 |
* | util: add ETC as compressed format | Wladimir | 2013-04-05 | 1 | -0/+1 |
* | gallium/u_blitter: fix is_blit_generic_supported() stencil checking | Brian Paul | 2013-04-05 | 1 | -12/+14 |
* | Honor GLX_DONT_CARE in MATCH_MASK | Alexander Monakov | 2013-04-05 | 1 | -1/+3 |
* | freedreno: use autogenerated register defs | Rob Clark | 2013-04-05 | 23 | -1617/+2116 |
* | st/wgl: Install our windows message hook to threads created before the ICD is... | José Fonseca | 2013-04-05 | 2 | -26/+196 |
* | llvmpipe: Work without sse2 if llvm is new enough | Adam Jackson | 2013-04-05 | 1 | -2/+3 |
* | winsys/radeon: add command stream replay dump for faulty lockup v3 | Jerome Glisse | 2013-04-05 | 7 | -37/+443 |
* | st/xlib: add HUD support for xlib/GLX | Brian Paul | 2013-04-04 | 4 | -0/+34 |
* | gallium/hud: add GALLIUM_HUD_PERIOD env var | Brian Paul | 2013-04-04 | 1 | -1/+16 |
* | gallium/hud: initialize sampler state | Brian Paul | 2013-04-04 | 1 | -0/+6 |
* | glsl: Add an optimization pass to flatten simple nested if blocks. | Kenneth Graunke | 2013-04-04 | 4 | -0/+106 |
* | i965: Use a variable for the push constant size in kB. | Kenneth Graunke | 2013-04-04 | 1 | -2/+3 |
* | i965: Turn brw->urb.vs_size and gs_size into local variables. | Kenneth Graunke | 2013-04-04 | 3 | -22/+12 |
* | i965: Remove BRW_NEW_WM_INPUT_DIMENSIONS dirty bit. | Kenneth Graunke | 2013-04-04 | 3 | -4/+0 |
* | i965: Delete brw_vs_constval.c and the brw_wm_input_sizes atom. | Kenneth Graunke | 2013-04-04 | 5 | -279/+0 |
* | i965: Remove now dead brw_wm_prog_key::proj_attrib_mask field. | Kenneth Graunke | 2013-04-04 | 3 | -29/+0 |
* | i965: Remove fixed-function texture projection avoidance optimization. | Kenneth Graunke | 2013-04-04 | 1 | -25/+18 |
* | i965: Use ctx->Stencil._WriteEnabled in DEPTH_STENCIL_STATE. | Kenneth Graunke | 2013-04-04 | 1 | -5/+1 |
* | i965: Fix stencil write enable flag in 3DSTATE_DEPTH_BUFFER on Gen7+. | Kenneth Graunke | 2013-04-04 | 1 | -1/+1 |