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
/
drivers
/
dri
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: handle msaa
Roland Scheidegger
2008-06-27
2
-46
/
+54
*
mesa/dri: User standard integer types.
José Fonseca
2008-06-24
4
-16
/
+16
*
revert the DRI2 commits
Alan Hourihane
2008-06-12
9
-1050
/
+860
*
Bring in DRI2 changes
Alan Hourihane
2008-06-11
9
-860
/
+1050
*
Remove CVS keywords.
José Fonseca
2008-05-26
6
-6
/
+0
*
Regenerated API dispatch files
Brian Paul
2008-05-18
1
-36
/
+12
*
Alias glStencilOpSeparateATI with glStencilOpSeparate.
Brian
2008-04-04
1
-9
/
+3
*
Finish up ATI_separate_stencil
Brian
2008-04-04
1
-0
/
+22
*
mesa: Add copyright headers.
José Fonseca
2008-02-27
2
-23
/
+45
*
re-enable fb size assertions which were previously disabled
Brian
2007-10-31
1
-2
/
+0
*
Initial support for user-space buffer objects.
Brian
2007-10-11
2
-9
/
+49
*
Merge branch 'i915tex_privbuffers' into softpipe_0_1_branch
Keith Whitwell
2007-07-31
2
-1
/
+11
|
\
|
*
fix drawables not getting freed if context is made current with new drawables
Roland Scheidegger
2007-07-19
1
-1
/
+7
|
*
fix assertion, z/stencil swarst readback, (still looks suspicious) copyTexSub...
Roland Scheidegger
2007-07-14
1
-0
/
+4
*
|
Clear pointers to freed cliprects.
Michel Dänzer
2007-07-10
1
-0
/
+2
|
/
*
Add a few missing GL 2.0 entrypoints, regenerate related files.
Brian
2007-06-28
1
-5
/
+15
*
Add interfaces for overriding texture images with driver specific 'offsets'.
Michel Dänzer
2007-05-22
2
-0
/
+9
*
Initial implementation of MESA_texture_array
Ian Romanick
2007-05-16
1
-0
/
+14
*
Make sure we are locked when creating drm buffer objects.
Thomas Hellstrom
2007-04-16
2
-4
/
+10
*
driUpdateFramebufferSize: Use ctx->Driver.ResizeBuffers.
Michel Dänzer
2007-04-08
1
-1
/
+1
*
Remove SI imports/exports remnants.
George Sapountzis
2007-04-05
1
-2
/
+0
*
Move glcontextmodes.c to glx.
George Sapountzis
2007-04-05
2
-585
/
+0
*
use passed target parameter
Alan Hourihane
2007-03-20
1
-1
/
+1
*
s/pdp/prp/ in DoBindContext()
Panagiotis Papadakos
2007-02-26
1
-1
/
+1
*
add missing param to _mesa_warning()
Panagiotis Papadakos
2007-02-26
1
-1
/
+1
*
Bug 9628: no entry for GetVertexAttribPointerv
George Sapountzis
2007-01-27
1
-14
/
+8
*
Add reporting of damage by DRI drivers when the extension support is available.
Eric Anholt
2007-01-05
1
-1
/
+20
*
Make git ignore files only generated at build time.
Michel Dänzer
2006-12-06
1
-0
/
+5
*
Re-generate options.h with Swedish translations.
Michel Dänzer
2006-12-06
2
-5
/
+66
*
Swedish translation of driconf options.
Daniel Nylander
2006-12-06
1
-0
/
+226
*
Fix an infinite loop error that may occur when many contexts are bound
Thomas Hellström
2006-12-01
1
-2
/
+7
*
Enable GLX_SGI_make_current_read for tdfx.
Ian Romanick
2006-11-14
1
-2
/
+5
*
Added OpenGL 2.1 entrypoints.
Brian Paul
2006-11-03
1
-9
/
+63
*
Update gl_API.xml with OpenGL 2.0 functions, regenerate derived files.
Brian Paul
2006-11-02
1
-139
/
+389
*
Merge texmem-0-3-branch.
Keith Whitwell
2006-11-01
6
-5
/
+910
*
Track the currently bound read drawable and make sure its info is up
Ian Romanick
2006-10-16
2
-2
/
+15
*
allow >10 mipmap levels (patch by Benno Schulenberg) (bug 3130)
Brian Paul
2006-10-15
1
-0
/
+5
*
regenerated to get DRI_CONF_EXCESS_MIPMAP()
Brian Paul
2006-10-15
1
-0
/
+5
*
Fix bug #4681.
Ian Romanick
2006-10-11
1
-142
/
+158
*
Add helper function that returns the current vblank sequence of a drawable.
Michel Dänzer
2006-09-28
2
-0
/
+23
*
Add helper function to calculate the area of the intersection of two rectangles.
Michel Dänzer
2006-09-28
2
-0
/
+15
*
Add driGetVBlankInterval() helper function.
Michel Dänzer
2006-09-28
2
-14
/
+27
*
driWaitForVBlank: Add support for secondary vertical blank.
Michel Dänzer
2006-09-28
2
-2
/
+10
*
Some restructuring of the driWaitForVBlank() code.
Michel Dänzer
2006-09-28
1
-23
/
+27
*
Make driDrawableInitVBlank() initialize the sequence number.
Michel Dänzer
2006-09-28
2
-15
/
+21
*
Add a couple of the missing GL 2.0 functions. Enable GLX protocol for
Ian Romanick
2006-08-25
1
-11
/
+15
*
GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.
Ian Romanick
2006-08-24
1
-32
/
+14
*
Add support for GL_EXT_gpu_program_parameters. Any driver that enables
Ian Romanick
2006-08-15
1
-0
/
+22
*
Fix long standing bug that prevented newer drivers from working with
Ian Romanick
2006-08-11
2
-529
/
+531
*
Add support for GL_MESA_shader_debug.
Michal Krol
2006-07-30
1
-0
/
+38
[next]