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
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: Add 8.0.1 release notes
mesa-8.0.1
Ian Romanick
2012-02-16
1
-0
/
+151
*
mesa: Bump version number to 8.0.1
Ian Romanick
2012-02-16
2
-3
/
+3
*
r600g: Use a fake reloc to sleep for fences
Simon Farnsworth
2012-02-16
2
-2
/
+24
*
r600g: 128 bit formats require tile_type = 1 on cayman
Alex Deucher
2012-02-16
1
-0
/
+10
*
r600g: fix tex tile_type offset for cayman
Alex Deucher
2012-02-16
2
-1
/
+8
*
i965: Emit Ivybridge VS workaround flushes.
Kenneth Graunke
2012-02-16
4
-2
/
+29
*
i965/fs: Take # of components into account in try_rewrite_rhs_to_dst.
Kenneth Graunke
2012-02-15
1
-0
/
+6
*
i965/fs: Add a new fs_inst::regs_written function.
Kenneth Graunke
2012-02-15
1
-0
/
+12
*
swrast: Only avoid empty _TexEnvPrograms
Ian Romanick
2012-02-15
1
-1
/
+2
*
glapi: Include GLES2 headers for ES2 extension functions
Ian Romanick
2012-02-15
1
-0
/
+10
*
meta: Avoid FBO resizing/reallocating in decompress_texture_image
Anuj Phogat
2012-02-15
1
-1
/
+1
*
i915: Fix type of "specoffset" variable.
Paul Berry
2012-02-15
1
-1
/
+1
*
state_stracker: Fix access to uninitialized memory.
Mathias Fröhlich
2012-02-15
1
-1
/
+1
*
i965/fs: Enable register spilling on gen7 too.
Eric Anholt
2012-02-14
1
-2
/
+0
*
i965: Report the failure message when failing to compile the fragment shader.
Eric Anholt
2012-02-14
1
-0
/
+3
*
meta: Add pixel store/pack operations in decompress_texture_image
Anuj Phogat
2012-02-14
1
-5
/
+3
*
st/mesa: only resolve if number of samples is > 1
Dave Airlie
2012-02-14
1
-1
/
+2
*
swrast: fix span color type selection
Brian Paul
2012-02-14
3
-9
/
+36
*
i965: Fix border color on Ironlake.
Kenneth Graunke
2012-02-14
1
-1
/
+1
*
mesa: fix proxy texture target initialization
Brian Paul
2012-02-14
1
-7
/
+12
*
i965: Remove file i965/junk, accidentally added in 7b36c68
Chad Versace
2012-02-14
1
-0
/
+0
*
i965: Fix HiZ change compiler warning.
Eric Anholt
2012-02-14
1
-1
/
+0
*
i965: Rewrite the HiZ op
Chad Versace
2012-02-14
19
-517
/
+1147
*
docs: remove link to the GLSL compiler page
Brian Paul
2012-02-09
1
-1
/
+0
*
docs: add VMware link
Brian Paul
2012-02-09
1
-1
/
+2
*
docs: update info about supported systems, GPUs, APIs
Brian Paul
2012-02-09
1
-12
/
+56
*
docs: add news item for 8.0 release
Brian Paul
2012-02-09
1
-0
/
+10
*
docs: Add 8.0 MD5 checksums
Ian Romanick
2012-02-09
1
-1
/
+3
*
mesa: Bump version number to 8.0 (final)
mesa-8.0
Ian Romanick
2012-02-09
3
-3
/
+3
*
mesa: fix maximum allowed proxy texture size condition
Anuj Phogat
2012-02-09
1
-11
/
+11
*
dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.
Eric Anholt
2012-02-07
1
-0
/
+3
*
dri: Fix typo in xml file that made all applications use the workaround.
Eric Anholt
2012-02-07
1
-1
/
+1
*
dri: Add a default drirc to be installed to provide application workarounds.
Eric Anholt
2012-02-07
1
-0
/
+7
*
vbo: fix a building error
Chih-Wei Huang
2012-02-07
1
-0
/
+2
*
glsl: Add error case for switch() with two default cases.
Eric Anholt
2012-02-07
2
-0
/
+16
*
glsl: Throw an error when faced with a duplicated switch() case label.
Eric Anholt
2012-02-07
2
-0
/
+27
*
glsl: Add other missing error location information for switch statements.
Eric Anholt
2012-02-07
1
-0
/
+4
*
glsl: Add missing location info to case labels.
Eric Anholt
2012-02-07
1
-0
/
+2
*
glsl: Throw the required error when a case label is a non-constant.
Eric Anholt
2012-02-07
1
-2
/
+14
*
glsl: Save and restore the whole switch state for nesting.
Eric Anholt
2012-02-07
3
-260
/
+255
*
mesa: Fix the error message function names for glFlushMappedBufferRange().
Eric Anholt
2012-02-07
1
-7
/
+7
*
mesa: Fix bad-enum/no-buffer error handling for buffer object functions.
Eric Anholt
2012-02-07
1
-87
/
+39
*
glsl: Avoid ralloc_stealing a long-lived object to a short-lived parent
Carl Worth
2012-02-07
1
-3
/
+0
*
mesa: reference shared state in glPushAttrib(GL_TEXTURE_BIT)
Brian Paul
2012-02-07
1
-0
/
+13
*
mesa: use new _mesa_reference_shared_state() function
Brian Paul
2012-02-07
3
-38
/
+49
*
i965: Add a driconf option to force GLSL extension behavior to "warn".
Eric Anholt
2012-02-07
3
-1
/
+14
*
mesa: Add a flag for forcing all GLSL extensions to "warn".
Eric Anholt
2012-02-07
2
-0
/
+9
*
i965/vs: Avoid allocating registers in to the gen7 MRF hack region.
Eric Anholt
2012-02-07
3
-3
/
+6
*
swrast: Fix fixed-function fragment processing
Chad Versace
2012-02-07
9
-44
/
+45
*
mesa: Don't round-trip integer texture data through a floating point temp.
Eric Anholt
2012-02-07
1
-21
/
+24
[next]