index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Remove glsl_parser_state MaxVaryingFloats field
Ian Romanick
2013-10-07
3
-5
/
+4
*
glsl: Set gl_MaxVertexOutputs from VertexProgram.MaxOutputComponents etc
Ian Romanick
2013-10-07
1
-2
/
+2
*
glsl: Count shader inputs and outputs separately
Ian Romanick
2013-10-07
3
-25
/
+91
*
glapi: add output info to GetProgramiv's params
Emilio Pozuelo Monfort
2013-10-07
1
-1
/
+1
*
clover: fix building with llvm-3.4 since rev191922
Laurent Carlier
2013-10-07
1
-1
/
+5
*
st/mesa: silence warning about unhandled ir_query_levels in switch
Brian Paul
2013-10-07
1
-0
/
+3
*
radeon/vdpau: only export necessary symbols
Christian König
2013-10-07
3
-0
/
+9
*
radeon/uvd: optimize message handling a bit
Christian König
2013-10-07
1
-44
/
+53
*
dri/nouveau: add AllocTextureImageBuffer implementation
Ilia Mirkin
2013-10-06
1
-0
/
+9
*
glsl: Fix usage of the wrong union member in program_resource_visitor::recurs...
Francisco Jerez
2013-10-06
1
-2
/
+2
*
Revert "r600g: only flush the caches that need to be flushed during CP DMA op...
Marek Olšák
2013-10-06
4
-139
/
+28
*
i965/ivb: Flag RG32F quirk for texture gather regardless of swizzles
Chris Forbes
2013-10-06
1
-1
/
+1
*
i965/vs: Add support for textureGather(.., comp)
Chris Forbes
2013-10-06
1
-7
/
+11
*
i965/fs: Add support for textureGather(.., comp)
Chris Forbes
2013-10-06
1
-7
/
+11
*
glsl: add ARB_gpu_shader5's additional textureGather signatures
Chris Forbes
2013-10-06
1
-1
/
+26
*
glsl: Add support for specifying the component in textureGather
Chris Forbes
2013-10-06
8
-7
/
+42
*
i965: Enable ARB_conservative_depth for Gen7+.
Chris Forbes
2013-10-06
1
-0
/
+1
*
i965/wm: Program correct conservative depth modes
Chris Forbes
2013-10-06
1
-2
/
+14
*
i965/vs: add missing break between ir_query_levels and ir_tg4 cases
Chris Forbes
2013-10-05
1
-0
/
+1
*
i965: enable ARB_texture_query_levels on Gen6+
Chris Forbes
2013-10-05
1
-0
/
+1
*
i965/vs: implement ir_query_levels
Chris Forbes
2013-10-05
1
-1
/
+14
*
i965/fs: implement ir_query_levels
Chris Forbes
2013-10-05
1
-1
/
+19
*
i965: ignore all texturing opcodes without a coordinate, for cubemap normalize
Chris Forbes
2013-10-05
1
-1
/
+1
*
glsl: add plumbing for GL_ARB_texture_query_levels
Chris Forbes
2013-10-05
14
-6
/
+87
*
mesa: add plumbing for GL_ARB_texture_query_levels
Chris Forbes
2013-10-05
2
-0
/
+2
*
haiku: Ensure correct libraries are referenced.
Alexander von Gluck IV
2013-10-04
1
-1
/
+0
*
haiku: Clean up code, use target-helpers
Alexander von Gluck IV
2013-10-04
1
-10
/
+6
*
haiku: Drop haiku-softpipe.c; fix extern C
Alexander von Gluck IV
2013-10-04
4
-103
/
+1
*
haiku: Correct Haiku softpipe library
Alexander von Gluck IV
2013-10-04
1
-1
/
+1
*
haiku: Add first Haiku renderer (softpipe)
Alexander von Gluck IV
2013-10-04
9
-5
/
+1249
*
haiku: Build Haiku's libGL from within Mesa
Alexander von Gluck IV
2013-10-04
8
-0
/
+1242
*
glsl: Define isnormal for Oracle Solaris Studio.
Vinson Lee
2013-10-04
1
-0
/
+6
*
r600g: texture offsets for non-TXF instructions
Grigori Goronzy
2013-10-04
1
-10
/
+10
*
r600g: remove an assertion causing a crash at context cleanup
Marek Olšák
2013-10-04
1
-1
/
+0
*
r300g: remove unused function r300_lacks_vertex_textures
Marek Olšák
2013-10-04
1
-7
/
+0
*
mesa: Don't return any data for GL_SHADER_BINARY_FORMATS
Ian Romanick
2013-10-04
1
-1
/
+1
*
svga: fix incorrect memcpy src in svga_buffer_upload_piecewise()
Brian Paul
2013-10-04
1
-1
/
+1
*
util: when packing depth values, round to nearest.
Matthew McClure
2013-10-04
2
-4
/
+56
*
radeonsi/compute: Fix segfault caused by recent refactoring
Tom Stellard
2013-10-03
2
-2
/
+6
*
radeonsi: Fix build
Brian Paul
2013-10-03
1
-3
/
+3
*
radeonsi/compute: fix bind_compute_sampler_states() breakage
Brian Paul
2013-10-03
1
-6
/
+0
*
i965/fs: Improve accuracy of dFdy() to match dFdx().
Paul Berry
2013-10-03
2
-20
/
+62
*
gallium/tests: fix SHADER typo
Brian Paul
2013-10-03
1
-1
/
+1
*
gallium-egl: use standard variable types over EGLBoolean/EGLint
Emil Velikov
2013-10-03
1
-9
/
+9
*
gallium: remove old bind_*_sampler_states() functions
Brian Paul
2013-10-03
1
-15
/
+0
*
gallium/docs: update bind_sampler_states() documentation
Brian Paul
2013-10-03
1
-5
/
+6
*
cso: make sure all sampler states are set/cleared
Brian Paul
2013-10-03
1
-2
/
+9
*
freedreno: use new bind_sampler_states() function
Brian Paul
2013-10-03
1
-21
/
+19
*
svga: don't hook in old bind_fragment_sampler_states() functions
Brian Paul
2013-10-03
1
-9
/
+0
*
radeon: don't use old bind_vertex/fragment_sampler_states() hooks
Brian Paul
2013-10-03
4
-53
/
+6
[next]