| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mesa: const-qualify _mesa_is_legal_tex_storage_format ctx param | Brian Paul | 2015-09-22 | 2 | -2/+4 |
* | mesa: const-qualify _mesa_base_tex_format() ctx param | Brian Paul | 2015-09-22 | 2 | -2/+2 |
* | mesa: const-qualify buffer_object_subdata_range_good() bufObj parameter | Brian Paul | 2015-09-22 | 1 | -1/+1 |
* | mesa: whitespace, comment fixes in texstorage.c | Brian Paul | 2015-09-22 | 1 | -15/+18 |
* | mesa/es3.1: Enable GL_ARB_vertex_attrib_binding functionality for GLES 3.1 | Marta Lofstedt | 2015-09-22 | 1 | -7/+7 |
* | mesa/es3.1: Allow query of Vertex bindings for GLES 3.1 | Marta Lofstedt | 2015-09-22 | 1 | -3/+4 |
* | mesa/es3.1 : Align OpenGL ES 3.1 glBindVertexBuffer error handling with OpenG... | Marta Lofstedt | 2015-09-22 | 1 | -1/+1 |
* | i965: fix textureGrad for cubemaps | Tapani Pälli | 2015-09-22 | 1 | -19/+182 |
* | nir: Report progress from nir_normalize_cubemap_coords(). | Kenneth Graunke | 2015-09-21 | 2 | -8/+23 |
* | nir: Add braces around multi-line loop. | Kenneth Graunke | 2015-09-21 | 1 | -1/+2 |
* | nir: Report progress from nir_lower_system_values(). | Kenneth Graunke | 2015-09-21 | 2 | -10/+19 |
* | nir: Report progress from nir_split_var_copies(). | Kenneth Graunke | 2015-09-21 | 2 | -4/+13 |
* | nir: Report progress from nir_lower_locals_to_regs(). | Kenneth Graunke | 2015-09-21 | 2 | -4/+16 |
* | nir: Report progress from nir_remove_dead_variables(). | Kenneth Graunke | 2015-09-21 | 2 | -5/+12 |
* | nir: Report progress from lower_vec_to_movs(). | Jason Ekstrand | 2015-09-21 | 2 | -7/+22 |
* | nir: Report progress from nir_lower_globals_vars_to_local(). | Kenneth Graunke | 2015-09-21 | 2 | -2/+6 |
* | i965: Clean up GLSL compiler option setup | Jason Ekstrand | 2015-09-21 | 1 | -26/+20 |
* | i965/skl: Use larger URB size where available. | Ben Widawsky | 2015-09-21 | 1 | -1/+2 |
* | nir/builder: Don't use designated initializers | Jason Ekstrand | 2015-09-21 | 1 | -3/+18 |
* | nir: Move system value -> intrinsic mapping into nir.c | Jason Ekstrand | 2015-09-21 | 3 | -40/+40 |
* | nir: rename nir_lower_samplers.c{pp,} | Emil Velikov | 2015-09-21 | 2 | -5/+3 |
* | nir: add C wrapper around glsl_type::record_location_offset | Emil Velikov | 2015-09-21 | 2 | -0/+9 |
* | nir: move stdio.h inclusion before extern C | Emil Velikov | 2015-09-21 | 1 | -2/+2 |
* | i965: Fix MRF register number assertions for compr4. | Kenneth Graunke | 2015-09-21 | 1 | -2/+2 |
* | radeonsi: implement TXQS support | Ilia Mirkin | 2015-09-21 | 2 | -25/+69 |
* | radeonsi: load fmask ptr relative to the resources array | Ilia Mirkin | 2015-09-21 | 1 | -1/+1 |
* | i965/vec4: Use MRF registers 21-23 for spilling in gen6 | Iago Toral Quiroga | 2015-09-21 | 1 | -4/+6 |
* | i965/fs: Use MRF registers 21-23 for spilling in gen6 | Iago Toral Quiroga | 2015-09-21 | 1 | -4/+7 |
* | i965: Turn BRW_MAX_MRF into a macro that accepts a hardware generation | Iago Toral Quiroga | 2015-09-21 | 8 | -28/+28 |
* | i965: Move MRF register asserts out of brw_reg.h | Iago Toral Quiroga | 2015-09-21 | 4 | -7/+16 |
* | i965: Maximum allowed size of SEND messages is 15 (4 bits) | Iago Toral Quiroga | 2015-09-21 | 4 | -2/+10 |
* | nir/print: fix coverity error | Rob Clark | 2015-09-20 | 1 | -1/+1 |
* | i965/vec4/nir: Remove all "this->" snippets | Eduardo Lima Mitev | 2015-09-20 | 1 | -16/+15 |
* | dri/common: fix gbm-symbols-check regression | Marcin Ślusarz | 2015-09-20 | 1 | -1/+1 |
* | mesa/teximage: reuse compressed format utility functions for base_format | Nanley Chery | 2015-09-19 | 1 | -145/+5 |
* | mesa/texcompress: add compressed formats to base format utility function | Nanley Chery | 2015-09-19 | 1 | -0/+14 |
* | mesa/glformats: refactor compressed format support function | Nanley Chery | 2015-09-19 | 1 | -79/+40 |
* | mesa/formats: add MESA_LAYOUT_LATC | Nanley Chery | 2015-09-19 | 5 | -16/+7 |
* | dri/common: use sysconfdir when looking for drirc | Marcin Ślusarz | 2015-09-19 | 2 | -1/+6 |
* | freedreno/ir3: use nir two-sided-color lowering | Rob Clark | 2015-09-18 | 1 | -21/+3 |
* | nir: add two-sided-color lowering pass | Rob Clark | 2015-09-18 | 3 | -0/+211 |
* | nir/build: add nir_vec() helper | Rob Clark | 2015-09-18 | 3 | -31/+20 |
* | freedreno/ir3: lower txp/clamp in NIR | Rob Clark | 2015-09-18 | 1 | -26/+30 |
* | nir/lower_tex: add support to clamp texture coords | Rob Clark | 2015-09-18 | 2 | -1/+103 |
* | nir/lower_tex: support for lowering RECT textures | Rob Clark | 2015-09-18 | 2 | -3/+63 |
* | nir/lower_tex: support projector lowering per sampler type | Rob Clark | 2015-09-18 | 3 | -10/+34 |
* | nir/lower_tex: split out project_src() helper | Rob Clark | 2015-09-18 | 1 | -69/+77 |
* | nir: rename nir_lower_tex_projector | Rob Clark | 2015-09-18 | 4 | -8/+8 |
* | i965/vec4: Change types as needed to propagate source modifiers using current... | Alejandro Piñeiro | 2015-09-19 | 1 | -2/+28 |
* | i965/fs: Fix comparison between signed and unsigned integer expressions | Iago Toral Quiroga | 2015-09-18 | 1 | -2/+2 |