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: 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
*
_mesa_meta_GenerateMipmap: Support all texture targets by generating shaders ...
Anuj Phogat
2012-10-07
1
-37
/
+169
*
mesa: remove bogus compressed texture size checks
Brian Paul
2012-10-05
2
-27
/
+0
*
intel/i965: Disable SampleAlphaToOne if dual source blending enabled
Anuj Phogat
2012-10-05
1
-2
/
+11
*
mesa: Flag _NEW_VARYING_VP_INPUTS when TexEnv programs are active.
Kenneth Graunke
2012-10-05
1
-1
/
+2
*
mesa: don't enable glVertexPointer() when using API_OPENGLES2.
Paul Berry
2012-10-05
1
-2
/
+0
*
i965: Use visibility cflags on the driver code.
Eric Anholt
2012-10-03
1
-0
/
+1
*
build: Don't build libdricore if not building classic drivers
Matt Turner
2012-10-03
1
-1
/
+5
*
build: Add visibility CFLAGS to OSMesa
Matt Turner
2012-10-03
1
-2
/
+4
*
build: Link OSMesa with glapi, libdl, libstdc++
Matt Turner
2012-10-03
1
-5
/
+12
*
build: Set visibility CFLAGS in dri/swrast
Matt Turner
2012-10-03
1
-1
/
+2
*
build: Set visibility CFLAGS in dri/r200
Matt Turner
2012-10-03
1
-0
/
+1
*
build: Set visibility CFLAGS in dri/radeon
Matt Turner
2012-10-03
1
-0
/
+1
*
build: Set visibility CFLAGS in dri/nouveau
Matt Turner
2012-10-03
1
-0
/
+1
*
build: Set visibility CFLAGS in dri/i915
Matt Turner
2012-10-03
1
-0
/
+1
[next]