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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Bump version to 9.0.2
Andreas Boll
2013-01-22
1
-2
/
+2
*
radeon/r200: Fix tcl culling
smoki
2013-01-20
2
-18
/
+8
*
r200: fix broken tcl lighting
smoki
2013-01-20
1
-10
/
+10
*
i965/gen4: Fix memory leak each time compile_gs_prog() is called.
Eric Anholt
2013-01-20
1
-1
/
+1
*
i915: Fix wrong sizeof argument in i915_update_tex_unit.
Vinson Lee
2013-01-20
1
-1
/
+1
*
i965: Validate requested GLES context version in brwCreateContext
Chad Versace
2013-01-20
1
-33
/
+25
*
mesa: Fix segfault on reading from a missing color read buffer.
Eric Anholt
2013-01-20
1
-11
/
+11
*
mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2
Marek Olšák
2013-01-20
1
-0
/
+4
*
i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.
Kenneth Graunke
2013-01-20
1
-3
/
+1
*
mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on < OpenGL-2.0
Mario Kleiner
2013-01-20
1
-2
/
+5
*
mesa: Fix glGetVertexAttribI[u]iv now that we have real integer attribs.
Kenneth Graunke
2013-01-20
1
-12
/
+4
*
glsl_to_tgsi: fix dst register for texturing fetches.
Dave Airlie
2013-01-20
1
-1
/
+1
*
meta: Remove redundant code in _mesa_meta_GenerateMipmap
Anuj Phogat
2013-01-20
1
-61
/
+4
*
mesa: Generate invalid operation in glGenerateMipMap for integer textures
Anuj Phogat
2013-01-20
1
-0
/
+9
*
mesa: Fix core GL genned-name handling for glBeginQuery().
Eric Anholt
2013-01-20
1
-5
/
+11
*
mesa: Fix the core GL genned-name handling for glBindBufferBase()/Range().
Eric Anholt
2013-01-20
1
-8
/
+14
*
glsl_to_tgsi: set correct register type for array and structure elements
Bryan Cain
2013-01-20
1
-2
/
+19
*
i965/vs: Preserve the type when copy propagating into an instruction.
Kenneth Graunke
2013-01-20
1
-0
/
+1
*
i965/vs: Don't lose the MRF writemask when doing compute-to-MRF.
Kenneth Graunke
2013-01-20
1
-0
/
+1
*
st/mesa: free TGSI tokens with ureg_free_tokens()
Brian Paul
2013-01-20
1
-1
/
+1
*
st/mesa: replace REALLOC() with realloc()
Brian Paul
2013-01-20
1
-8
/
+2
*
mesa: Don't flatten IF statements by default.
Kenneth Graunke
2013-01-20
1
-0
/
+1
*
mesa: Fix a crash in update_texture_state() for external texture type
Abdiel Janulgue
2013-01-20
2
-0
/
+10
*
android: generate matching remap_helper to dispatch table
Tapani Pälli
2013-01-20
1
-1
/
+1
*
i965/vs: Implement register spilling.
Kenneth Graunke
2013-01-20
3
-1
/
+144
*
i965/vs: Fix unit mismatch in scratch base_offset parameter.
Kenneth Graunke
2013-01-20
3
-4
/
+8
*
mesa: fix BlitFramebuffer between linear and sRGB formats
Marek Olšák
2012-12-22
1
-3
/
+39
*
st/mesa: fix computation of last_level in GenerateMipmap
Marek Olšák
2012-11-23
1
-21
/
+7
*
st/mesa: fix computation of last_level during texture creation
Marek Olšák
2012-11-23
1
-4
/
+2
*
st/mesa: fix guessing the base level size
Marek Olšák
2012-11-23
1
-49
/
+44
*
mesa: fix error checking of TexStorage(levels) for array and rect textures
Marek Olšák
2012-11-23
1
-3
/
+1
*
mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2
Marek Olšák
2012-11-23
5
-6
/
+50
*
vbo: fix glVertexAttribI* functions
Marek Olšák
2012-11-23
10
-63
/
+179
*
mesa: bump MAX_VARYING to 32
Marek Olšák
2012-11-23
3
-4
/
+36
*
st/mesa: fix integer texture border color for some formats (v2)
Marek Olšák
2012-11-23
4
-48
/
+112
*
mesa: Bump version to 9.0.1
Ian Romanick
2012-11-08
1
-2
/
+2
*
i965: Fix regression in depth texture rendering on pre-SNB
Ian Romanick
2012-10-24
1
-2
/
+4
*
st/mesa: Fix assertions for copying texture image to finalized miptree.
Michel Dänzer
2012-10-24
1
-1
/
+4
*
st/mesa: Fix source miptree level for copying data to finalized miptree.
Michel Dänzer
2012-10-19
1
-1
/
+5
*
intel: Add missing #include <time.h>
Quentin Glidic
2012-10-10
1
-0
/
+1
*
glget: fix make check for glGet GL_POLYGON_OFFSET_BIAS
Imre Deak
2012-10-10
1
-1
/
+1
*
mesa: glGet: fix parameter lookup for apps using multiple APIs
Imre Deak
2012-10-10
3
-18
/
+33
*
mesa/es: Define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT enum for all GLs
Tomeu Vizoso
2012-10-10
1
-5
/
+5
*
mesa: glGet: fix API check for EGL_image_external enums
Imre Deak
2012-10-10
1
-6
/
+9
*
mesa: glGet: fix indentation of print_table_stats
Imre Deak
2012-10-10
1
-9
/
+9
*
mesa: glGet: fix indentation of find_value
Imre Deak
2012-10-10
1
-4
/
+4
*
mesa: glGet: fix indentation of _mesa_init_get_hash
Imre Deak
2012-10-10
1
-9
/
+9
*
mesa: fix error check for zero-sized compressed subtexture
Brian Paul
2012-10-09
1
-2
/
+2
*
mesa: don't call TexImage driver hooks for zero-sized images
Brian Paul
2012-10-09
1
-7
/
+9
*
mesa: Bump version number to 9.0 (final)
mesa-9.0
Ian Romanick
2012-10-08
1
-1
/
+1
[next]