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
*
r600: add support for TXB instruction
Andre Maasikas
2009-12-08
1
-17
/
+9
*
r600: reorder state for render_target and blend
Andre Maasikas
2009-12-08
1
-1
/
+1
*
mesa: set version string to 7.6.1-rc3
mesa_7_6_1_rc3
Ian Romanick
2009-12-07
1
-1
/
+1
*
dri: Fix potential null pointer dereference in driBindContext.
Vinson Lee
2009-12-06
1
-1
/
+2
*
dri: Fix potential null pointer deference in dri_put_drawable.
Vinson Lee
2009-12-06
1
-4
/
+4
*
mesa: Fix array out-of-bounds access by _mesa_TexGenf.
Vinson Lee
2009-12-05
1
-1
/
+4
*
mesa: Fix array out-of-bounds access by _mesa_TexGeni.
Vinson Lee
2009-12-05
1
-1
/
+4
*
mesa: Fix array out-of-bounds access by _mesa_TexParameterf.
Vinson Lee
2009-12-05
1
-2
/
+7
*
mesa: Fix array out-of-bounds access by _mesa_TexParameterf.
Vinson Lee
2009-12-05
1
-2
/
+4
*
mesa: Fix array out-of-bounds access in _mesa_TexEnvf.
Vinson Lee
2009-12-04
1
-1
/
+4
*
radeon: fix polygon stipple
Alex Deucher
2009-12-04
4
-24
/
+29
*
r200: fix polygon stipple
Alex Deucher
2009-12-03
4
-17
/
+11
*
intel: Remove GL_NV_point_sprite from extension list
Ian Romanick
2009-12-01
1
-1
/
+0
*
mesa: set version string to 7.6.1-rc2
mesa_7_6_1_rc2
Ian Romanick
2009-11-30
1
-1
/
+1
*
i915: Actually put i915PointParameterfv in the driver function table. Duh.
Ian Romanick
2009-11-30
1
-0
/
+1
*
i915: Fallback bit define missed on previous commit
Ian Romanick
2009-11-29
1
-0
/
+1
*
i915: Round point sizes instead of truncate.
Ian Romanick
2009-11-29
1
-1
/
+1
*
i915: Enable point sprite coordinate generation
Ian Romanick
2009-11-29
1
-0
/
+29
*
Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errors
Ian Romanick
2009-11-25
1
-1
/
+6
*
radeon: fix context destroy needing lock for flushing.
Dave Airlie
2009-11-25
1
-5
/
+4
*
i915: Initialize Length and Offset fields when mapping a buffer object
Ian Romanick
2009-11-23
1
-0
/
+2
*
Fix the DRI swrast driver for big endian platforms.
Michel Dänzer
2009-11-23
1
-43
/
+29
*
mesa: define 32bit byteswap for AIX.
Tom Fogal
2009-11-19
1
-1
/
+6
*
r600: disable compressed texture support
mesa_7_6_1_rc1
Alex Deucher
2009-11-18
1
-0
/
+4
*
Revert "radeon: Fix legacy bo not to reuse dma buffers before refcount is 1."
Alex Deucher
2009-11-18
1
-7
/
+2
*
mesa: set version string to 7.6.1-rc1
Brian Paul
2009-11-18
1
-1
/
+1
*
i965: Fix Ironlake shadow comparisons.
Eric Anholt
2009-11-12
1
-7
/
+17
*
i965: Fix VBO last-valid-offset setup on Ironlake.
Eric Anholt
2009-11-12
1
-10
/
+3
*
i965: fix EXT_provoking_vertex support
Roland Scheidegger
2009-11-11
8
-29
/
+61
*
i965: Fix VS constant buffer value loading.
Eric Anholt
2009-11-10
1
-1
/
+11
*
i965: Unalias src/dst registers for SGE and friends.
Eric Anholt
2009-11-10
1
-19
/
+21
*
i965: Allow use of PROGRAM_LOCAL constants in ARB_vp.
Eric Anholt
2009-11-10
1
-1
/
+1
*
r600: don't emit htile regs
Alex Deucher
2009-11-09
1
-4
/
+2
*
prog parse: Handle GL_VERTEX_PROGRAM_ARB in glLoadProgramNV
Ian Romanick
2009-11-07
1
-1
/
+13
*
prog parse: Handle GL_VERTEX_PROGRAM_NV in glProgramStringARB
Ian Romanick
2009-11-07
1
-1
/
+23
*
prog parse: Handle GL_FRAGMENT_PROGRAM_ARB in glLoadProgramNV
Ian Romanick
2009-11-07
1
-0
/
+15
*
prog parse: Handle GL_FRAGMENT_PROGRAM_NV in glProgramStringARB
Ian Romanick
2009-11-07
1
-5
/
+15
*
ARB prog parser: Regenerate parser from previous commits.
Ian Romanick
2009-11-06
1
-242
/
+268
*
ARB prog parser: Release old program string in _mesa_parse_arb_{fragment,vert...
Ian Romanick
2009-11-06
2
-4
/
+6
*
ARB prog parser: Release strings returned from the lexer that don't need to b...
Ian Romanick
2009-11-06
1
-1
/
+27
*
Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface"
Ian Romanick
2009-11-06
5
-337
/
+207
*
xmesa: pass pixmap to clip_for_xgetimage()
Brian Paul
2009-11-05
1
-4
/
+4
*
mesa: added cast to silence warning
Brian Paul
2009-11-04
1
-1
/
+1
*
vbo: fix out-of-bounds array access
Brian Paul
2009-11-04
3
-1
/
+11
*
mesa: fix broken pack_histogram() case for GLhalf
Brian Paul
2009-11-04
1
-3
/
+4
*
mesa: silence warning from gcc 4.4.1
Brian Paul
2009-11-04
1
-2
/
+2
*
Fix YTILE spantmp functions
Alan Hourihane
2009-11-04
1
-2
/
+2
*
glslcompiler: Fix Mac OS build.
Vinson Lee
2009-11-04
1
-1
/
+1
*
mesa: (GLint64) casts in get.c to silence Visual Studio warnings
Brian Paul
2009-11-03
2
-173
/
+173
*
windows: remove old entrypoints from mesa.def file
Karl Schultz
2009-11-03
1
-12
/
+0
[next]