| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Add MESA_FORMAT_ABGR2101010. | Francisco Jerez | 2014-01-15 | 6 | -0/+134 |
* | mesa: Add driver interface for ARB_shader_image_load_store. | Francisco Jerez | 2014-01-15 | 1 | -0/+13 |
* | mesa: Add state data structures required for ARB_shader_image_load_store. | Francisco Jerez | 2014-01-15 | 4 | -0/+108 |
* | mesa: Define helper function to get the number of texture layers. | Francisco Jerez | 2014-01-15 | 2 | -0/+93 |
* | st/mesa: use signed temporary variable to store _ColorDrawBufferIndexes | Emil Velikov | 2014-01-15 | 1 | -1/+1 |
* | automake: include the git sha in the opengl version string for oot builds | Emil Velikov | 2014-01-15 | 1 | -6/+6 |
* | mesa: use signed temporary variable to store _ColorDrawBufferIndexes | Emil Velikov | 2014-01-15 | 1 | -1/+1 |
* | nouveau: add framebuffer validation callback | Ilia Mirkin | 2014-01-15 | 2 | -0/+52 |
* | clover: Use cl_ulong in the maximum allocation size calculation to avoid over... | Francisco Jerez | 2014-01-14 | 1 | -1/+1 |
* | i965: Emit 3DSTATE_VF on Broadwell too. | Kenneth Graunke | 2014-01-14 | 1 | -1/+1 |
* | i965: Disable workaround flush for push constants on Broadwell. | Kenneth Graunke | 2014-01-14 | 1 | -1/+1 |
* | i965: Enable native ETC texture support on Broadwell. | Kenneth Graunke | 2014-01-14 | 1 | -1/+1 |
* | ilo: handle NULL renderbuffers correctly | Chia-I Wu | 2014-01-14 | 6 | -27/+45 |
* | ilo: disable HiZ for misaligned levels | Chia-I Wu | 2014-01-14 | 4 | -82/+215 |
* | ilo: use a helper to determine if HiZ is enabled | Chia-I Wu | 2014-01-14 | 5 | -8/+19 |
* | ilo: decide on hiz first in texture allocation | Chia-I Wu | 2014-01-14 | 1 | -64/+64 |
* | ilo: emit gen7_wa_pipe_control_wm_max_threads_stall on Haswell | Chia-I Wu | 2014-01-14 | 1 | -7/+9 |
* | ilo: use HALIGN_4 on GEN7 for depth buffers | Chia-I Wu | 2014-01-14 | 1 | -11/+1 |
* | ilo: OOM for HiZ is fatal on GEN6 | Chia-I Wu | 2014-01-14 | 1 | -2/+7 |
* | ilo: fix a HiZ bo leakage | Chia-I Wu | 2014-01-14 | 1 | -0/+3 |
* | ilo: simplify ilo_texture_set_slice_flags() | Chia-I Wu | 2014-01-14 | 1 | -5/+3 |
* | egl-static: Fix build error. | Vinson Lee | 2014-01-13 | 1 | -1/+1 |
* | radeonsi: Rename the commonly occurring rscreen variable. | Andreas Hartmetz | 2014-01-14 | 3 | -86/+86 |
* | radeonsi: Rename the commonly occurring rctx/r600 variables. | Andreas Hartmetz | 2014-01-14 | 18 | -757/+757 |
* | radeonsi: Rename r600_trace_emit->si_trace_emit. | Andreas Hartmetz | 2014-01-14 | 2 | -2/+2 |
* | radeonsi: Rename R600->SI in some remaining defines. | Andreas Hartmetz | 2014-01-14 | 8 | -22/+22 |
* | radeonsi: Rename radeonsi->si remaining identifiers in si_uvd.c. | Andreas Hartmetz | 2014-01-14 | 1 | -2/+2 |
* | radeonsi: Rename r600->si remaining identifiers in si_state_draw.c. | Andreas Hartmetz | 2014-01-14 | 1 | -2/+2 |
* | radeonsi: Rename r600->si remaining identifiers in si_resource.c. | Andreas Hartmetz | 2014-01-14 | 1 | -6/+6 |
* | radeonsi: Rename r600->si remaining identifiers in si_query.c. | Andreas Hartmetz | 2014-01-14 | 1 | -18/+18 |
* | radeonsi: Rename r600->si remaining identifiers in si_pipe.c. | Andreas Hartmetz | 2014-01-14 | 1 | -36/+36 |
* | radeonsi: Rename r600->si remaining identifier in si_hw_context.c. | Andreas Hartmetz | 2014-01-14 | 1 | -1/+1 |
* | radeonsi: Rename radeonsi->si remaining identifiers in si_compute.c. | Andreas Hartmetz | 2014-01-14 | 1 | -8/+8 |
* | radeonsi: Rename r600->si remaining identifiers in si_blit.c. | Andreas Hartmetz | 2014-01-14 | 1 | -110/+110 |
* | radeonsi: Rename r600->si for functions in si_pipe.h. | Andreas Hartmetz | 2014-01-14 | 12 | -57/+57 |
* | radeonsi: Rename r600->si for functions in si.h. | Andreas Hartmetz | 2014-01-14 | 4 | -46/+46 |
* | radeonsi: Rename r600->si for functions in si_resource.h. | Andreas Hartmetz | 2014-01-14 | 9 | -17/+17 |
* | radeonsi: Rename r600->si for structs in si_resource.h. | Andreas Hartmetz | 2014-01-14 | 3 | -7/+7 |
* | radeonsi: Rename r600->si for structs in si.h. | Andreas Hartmetz | 2014-01-14 | 3 | -24/+24 |
* | radeonsi: Rename r600->si for structs in si_pipe.h. | Andreas Hartmetz | 2014-01-14 | 20 | -195/+195 |
* | radeonsi: Apply si_* file naming scheme. | Andreas Hartmetz | 2014-01-14 | 26 | -109/+81 |
* | Use AC_PATH_TOOL instead of AC_PATH_PROG for llvm-config. | Michał Górny | 2014-01-13 | 1 | -2/+2 |
* | configure: Disable xvmc by default | Tom Stellard | 2014-01-13 | 1 | -1/+1 |
* | glsl: Remove exec_list iterators now that nothing uses them. | Kenneth Graunke | 2014-01-13 | 2 | -88/+0 |
* | glsl: Replace iterators in ir_reader.cpp with ad-hoc list walking. | Kenneth Graunke | 2014-01-13 | 1 | -8/+10 |
* | glsl: Use a new foreach_two_lists macro for walking two lists at once. | Kenneth Graunke | 2014-01-13 | 12 | -92/+73 |
* | glsl: Statically cast parameter exec_node to ir_variable. | Kenneth Graunke | 2014-01-13 | 1 | -1/+1 |
* | glsl: Cast ir_call parameters to ir_rvalue, not ir_instruction. | Kenneth Graunke | 2014-01-13 | 4 | -6/+6 |
* | glsl: Replace foreach_iter and iter.remove() with foreach_list_safe. | Kenneth Graunke | 2014-01-13 | 1 | -6/+6 |
* | glsl: Convert piles of foreach_iter to foreach_list_safe. | Kenneth Graunke | 2014-01-13 | 12 | -36/+36 |