| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: move GL_APPLE_object_purgeable functions to new file | Brian Paul | 2015-09-16 | 6 | -388/+461 |
* | mesa: remove trailing whitespace in bufferobj.c | Brian Paul | 2015-09-16 | 1 | -7/+7 |
* | mesa: whitespace, line wrap fixes in varray.c | Brian Paul | 2015-09-16 | 1 | -12/+20 |
* | nir/print: print symbolic names from shader-enum | Rob Clark | 2015-09-16 | 1 | -3/+42 |
* | nir/print: bit of state refactoring | Rob Clark | 2015-09-16 | 1 | -109/+152 |
* | glsl: shader-enum to name debug fxns | Rob Clark | 2015-09-16 | 4 | -1/+261 |
* | freedreno: one screen to rule them all | Rob Clark | 2015-09-16 | 4 | -4/+125 |
* | freedreno/ir3: use NIR to lower ffract instead of tgsi_lowering | Rob Clark | 2015-09-16 | 1 | -1/+1 |
* | nir: add lowering for ffract | Rob Clark | 2015-09-16 | 2 | -0/+4 |
* | i965/fs: The barrier send uses only 1 payload register | Jordan Justen | 2015-09-15 | 2 | -2/+5 |
* | nir/builder: Use a normal temporary array in nir_channel | Jason Ekstrand | 2015-09-15 | 1 | -1/+2 |
* | freedreno/a4xx: more texture formats | Rob Clark | 2015-09-15 | 1 | -7/+8 |
* | freedreno/a4xx: border-color support | Rob Clark | 2015-09-15 | 4 | -2/+31 |
* | freedreno/a4xx: wire up texture clamp lowering | Rob Clark | 2015-09-15 | 2 | -20/+80 |
* | freedreno: helper for a3xx/a4xx border-colors | Rob Clark | 2015-09-15 | 4 | -67/+99 |
* | freedreno: update generated headers | Rob Clark | 2015-09-15 | 5 | -17/+37 |
* | nir/lower_vec_to_movs: Coalesce into destinations of fdot instructions | Jason Ekstrand | 2015-09-15 | 1 | -13/+36 |
* | i965/vec4: Use the replicated fdot instruction in NIR | Jason Ekstrand | 2015-09-15 | 2 | -3/+11 |
* | nir: Add a fdot instruction that replicates the result to a vec4 | Jason Ekstrand | 2015-09-15 | 3 | -0/+12 |
* | nir/lower_vec_to_movs: Coalesce movs on-the-fly when possible | Jason Ekstrand | 2015-09-15 | 1 | -0/+85 |
* | nir/lower_vec_to_movs: Get rid of start_idx and swizzle compacting | Jason Ekstrand | 2015-09-15 | 1 | -20/+13 |
* | i965/vec4_nir: Use partial SSA form rather than full non-SSA | Jason Ekstrand | 2015-09-15 | 3 | -4/+20 |
* | nir/lower_vec_to_movs: Handle partially SSA shaders | Jason Ekstrand | 2015-09-15 | 1 | -6/+15 |
* | nir/lower_vec_to_movs: Pass the shader around directly | Jason Ekstrand | 2015-09-15 | 1 | -6/+8 |
* | i965/fs: Add a very basic validation pass | Jason Ekstrand | 2015-09-15 | 4 | -0/+69 |
* | i965/fs_surface_builder: Only apply predicate to components that exist | Jason Ekstrand | 2015-09-15 | 1 | -1/+1 |
* | i965/fs: Only read output_components many components when writing an output | Jason Ekstrand | 2015-09-15 | 1 | -1/+3 |
* | i965/fs: Set output_components for lowered clip distance outputs | Jason Ekstrand | 2015-09-15 | 1 | -0/+2 |
* | mesa/teximage: restrict GL_ETC1_RGB8_OES support to GLES | Nanley Chery | 2015-09-15 | 1 | -1/+2 |
* | mesa/extensions: restrict GL_OES_EGL_image to GLES | Nanley Chery | 2015-09-15 | 1 | -2/+1 |
* | mesa/extensions: restrict luminance alpha formats to API_OPENGL_COMPAT | Nanley Chery | 2015-09-15 | 2 | -4/+6 |
* | gallium/svga: Enable PIPE_FORMAT_L8_UNORM for vgpu10 | Thomas Hellstrom | 2015-09-15 | 1 | -1/+1 |
* | egl/dri2: don't leak the fd on dri2_terminate | Emil Velikov | 2015-09-15 | 3 | -1/+3 |
* | egl/dri2/drm: compact existing device mgmt | Emil Velikov | 2015-09-15 | 1 | -6/+4 |
* | egl/dri2: Close file descriptor on error. | Matt Turner | 2015-09-15 | 1 | -13/+14 |
* | gbm: convert gbm bo format to fourcc format on dma-buf import | Ray Strode | 2015-09-15 | 1 | -1/+17 |
* | i965: Move perf_debug code to brw_codegen_*_prog() | Kristian Høgsberg Kristensen | 2015-09-14 | 5 | -76/+75 |
* | i965: Move brw_fs_precompile() to brw_wm.c | Kristian Høgsberg Kristensen | 2015-09-14 | 2 | -58/+59 |
* | i965: Move compute shader code around | Kristian Høgsberg Kristensen | 2015-09-14 | 5 | -333/+362 |
* | meta: Abort meta pbo path if TexSubImage need signed unsigned conversion | Anuj Phogat | 2015-09-14 | 1 | -18/+25 |
* | nvc0/ir: start offset at texBindBase for txq, like regular texturing | Ilia Mirkin | 2015-09-14 | 1 | -1/+4 |
* | vc4: Fix build from recent NIR cleanups. | Eric Anholt | 2015-09-14 | 1 | -2/+1 |
* | i965/vec4_nir: Load constants as integers | Antia Puentes | 2015-09-14 | 1 | -2/+2 |
* | i965/vec4: Fix saturation errors when coalescing registers | Antia Puentes | 2015-09-14 | 1 | -0/+21 |
* | st/mesa: emit TXQS, support ARB_shader_texture_image_samples | Ilia Mirkin | 2015-09-13 | 2 | -1/+6 |
* | r600g: add support for TXQS tgsi opcode | Ilia Mirkin | 2015-09-13 | 2 | -5/+13 |
* | nv50/ir: add support for TXQS tgsi opcode | Ilia Mirkin | 2015-09-13 | 5 | -9/+41 |
* | gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supported | Ilia Mirkin | 2015-09-13 | 15 | -0/+15 |
* | tgsi: add a TXQS opcode to retrieve the number of texture samples | Ilia Mirkin | 2015-09-13 | 3 | -2/+14 |
* | glsl/cs: Initialize gl_LocalInvocationIndex in main() | Jordan Justen | 2015-09-13 | 1 | -0/+22 |