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
*
st/egl: use loader util lib
Emil Velikov
2014-01-18
3
-42
/
+6
*
egl-static: use loader util lib
Emil Velikov
2014-01-18
5
-180
/
+14
*
gbm: use the loader util lib
Emil Velikov
2014-01-18
8
-230
/
+5
*
glx: use the loader util lib
Emil Velikov
2014-01-18
5
-153
/
+7
*
loader: introduce the loader util lib
Emil Velikov
2014-01-18
19
-2
/
+493
*
i965: Remove CACHED_BATCH support altogether.
Kenneth Graunke
2014-01-17
6
-53
/
+9
*
i965: Replace 8-wide and 16-wide with SIMD8 and SIMD16.
Eric Anholt
2014-01-17
6
-44
/
+44
*
i965: Stop doing our optimization on a copy of the GLSL IR.
Eric Anholt
2014-01-17
5
-40
/
+28
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
710
-1354
/
+1354
*
trace: Re-license trace.xsl under MIT license.
José Fonseca
2014-01-17
1
-14
/
+22
*
svga: fix crash when clearing null color buffer
Brian Paul
2014-01-17
1
-3
/
+7
*
llvmpipe: handle NULL color buffer pointers
Brian Paul
2014-01-17
5
-94
/
+156
*
softpipe: handle NULL color buffer pointers
Brian Paul
2014-01-17
1
-93
/
+96
*
llvmpipe: fix large point rasterization with point_quad_rasterization
Roland Scheidegger
2014-01-17
1
-12
/
+19
*
gallium: add bits for clipping points as tris (d3d-style)
Roland Scheidegger
2014-01-17
9
-12
/
+60
*
mesa: fix GL_COLOR_SUM enum for drivers without ARB_vertex_program
Ilia Mirkin
2014-01-16
2
-3
/
+1
*
llvmpipe: do constant buffer bounds checking in shaders
Zack Rusin
2014-01-16
9
-43
/
+174
*
nv50, nvc0: initialize ctx->sample_mask to ~0
Ilia Mirkin
2014-01-16
2
-0
/
+4
*
mesa/main: Free ctx->DrawIndirectBuffer during teardown
Aaron Watry
2014-01-16
1
-0
/
+2
*
st/dri: prevent leak of dri option default values
Aaron Watry
2014-01-16
1
-0
/
+6
*
radeon: Move gfx/dma cs cleanup to r600_common_context_cleanup
Aaron Watry
2014-01-16
2
-7
/
+7
*
mesa: Eliminate parameters to dd_function_table::Scissor
Ian Romanick
2014-01-15
9
-30
/
+31
*
mesa: Eliminate parameters to dd_function_table::DepthRange
Ian Romanick
2014-01-15
7
-11
/
+7
*
mesa: Eliminate parameters to dd_function_table::Viewport
Ian Romanick
2014-01-15
10
-50
/
+11
*
radeon: Remove dead code
Ian Romanick
2014-01-15
1
-9
/
+0
*
i915: Remove spurious calls to DepthRange
Ian Romanick
2014-01-15
2
-9
/
+2
*
mesa: Add COMPRESSED_RGBA_S3TC_DXT1_EXT to COMPRESSED_TEXTURE_FORMATS for GLES
Ian Romanick
2014-01-15
1
-0
/
+37
*
scons: add new shaderimage.c file to the build
Brian Paul
2014-01-15
1
-0
/
+1
*
clover: Fix clover::keys and ::values to deal with r-value references properly.
Francisco Jerez
2014-01-15
1
-6
/
+6
*
clover: Don't try to build programs created from a binary again.
Francisco Jerez
2014-01-15
2
-19
/
+22
*
clover: Add missing fields to the clover::module serialization code.
Francisco Jerez
2014-01-15
1
-0
/
+3
*
clover: Store map result into a temporary vector in clCreateProgramWithBinary.
Francisco Jerez
2014-01-15
1
-1
/
+1
*
mesa: Validate image units when the texture state changes.
Francisco Jerez
2014-01-15
3
-0
/
+23
*
mesa: Unbind deleted textures from the shader image units.
Francisco Jerez
2014-01-15
1
-0
/
+25
*
mesa: Add image parameter queries for ARB_shader_image_load_store.
Francisco Jerez
2014-01-15
3
-0
/
+85
*
mesa: Add ARB_shader_image_load_store to the extension table.
Francisco Jerez
2014-01-15
2
-0
/
+2
*
glapi: Update dispatch XML files for ARB_shader_image_load_store.
Francisco Jerez
2014-01-15
4
-2
/
+94
*
mesa: Implement the GL entry points defined by ARB_shader_image_load_store.
Francisco Jerez
2014-01-15
4
-0
/
+521
*
mesa: Add MESA_FORMAT_SIGNED_RG88 and _RG1616.
Francisco Jerez
2014-01-15
6
-15
/
+153
*
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
[next]