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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i915: remove occurances of _DD_NEW_x flags
Brian Paul
2012-03-12
1
-7
/
+5
*
mesa: remove ctx->Driver.ClearColor() hook
Brian Paul
2012-03-12
1
-1
/
+0
*
mesa/gdi: remove clear_color() function
Brian Paul
2012-03-12
1
-32
/
+15
*
xlib: remove clear_color() function
Brian Paul
2012-03-12
1
-25
/
+11
*
radeon/r200: remove ClearColor driver functions
Brian Paul
2012-03-12
5
-41
/
+0
*
mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooks
Brian Paul
2012-03-12
1
-2
/
+0
*
radeon/r200: remove ClearDepth() and ClearStencil() driver hooks
Brian Paul
2012-03-12
5
-86
/
+0
*
radeon/r200: remove hyperz/fast clear testing code
Brian Paul
2012-03-12
2
-20
/
+0
*
drirc: Add force_glsl_extensions_warn workaround for Unigine Heaven.
Kenneth Graunke
2012-03-09
1
-0
/
+6
*
i965: handle gl_PointCoord for Gen4 and Gen5 platforms
Yuanhan Liu
2012-03-07
5
-5
/
+45
*
i915: move the FALLBACK_DRAW_OFFSET check outside the drawing rect check
Yuanhan Liu
2012-03-07
1
-4
/
+3
*
dri/nouveau: don't use nested functions
nobled
2012-03-06
2
-64
/
+78
*
i965: fixup W-tile offset computation to take swizzling into account
Daniel Vetter
2012-03-05
7
-22
/
+49
*
meta: Fix compilation without FEATURE_EXT_transform_feedback
Benjamin Franzke
2012-03-05
1
-0
/
+6
*
meta: Fix compilation without FEATURE_feedback
Benjamin Franzke
2012-03-05
1
-0
/
+6
*
i915: fix wrong rendering of gl_PointSize on Pineview
Yuanhan Liu
2012-03-05
1
-0
/
+4
*
i915: Fix i830 polygon stipple from PBOs.
Kurt Roeckx
2012-03-02
1
-1
/
+7
*
i915: Compute maximum number of verts using the actual batchbuffer size.
Kurt Roeckx
2012-03-02
1
-3
/
+3
*
i830: Compute initial number of vertices from remaining batch space
Chris Wilson
2012-03-02
1
-5
/
+11
*
dri/i915: Fix off-by-one in i830 clip region size.
Alban Browaeys
2012-03-02
1
-2
/
+2
*
intel: Don't enable GL_ARB_draw_instanced pre-gen4.
Eric Anholt
2012-03-02
1
-1
/
+1
*
i915: Fix piglit fbo-nodepth-test on i830.
Eric Anholt
2012-03-02
2
-3
/
+8
*
i965: Disable PrimitiveID upload.
Kenneth Graunke
2012-02-29
1
-1
/
+1
*
i965: Enable the GL_ARB_draw_instanced extension.
Kenneth Graunke
2012-02-29
2
-2
/
+3
*
i965: Fix swizzles for system values such as gl_InstanceID.
Kenneth Graunke
2012-02-29
1
-0
/
+4
*
i965: Fix Gen6+ dynamic state upper bound on older kernels.
Kenneth Graunke
2012-02-29
1
-2
/
+1
*
mesa: Push the shine table into the tnl module.
Mathias Fröhlich
2012-02-29
2
-4
/
+4
*
i965: Avoid blocking on the GPU for setting the HiZ op vertex data.
Eric Anholt
2012-02-28
4
-60
/
+9
*
xlib: silence unused var warning
Brian Paul
2012-02-27
1
-0
/
+1
*
mesa/gdi: include swrast.h to fix compilation
Brian Paul
2012-02-24
1
-0
/
+1
*
xlib: remove STENCIL_BITS
Brian Paul
2012-02-24
1
-3
/
+3
*
mesa: remove last of MAX_WIDTH, MAX_HEIGHT
Brian Paul
2012-02-24
1
-1
/
+0
*
intel: remove MAX_WIDTH usage in intelInitContext()
Brian Paul
2012-02-24
1
-4
/
+2
*
osmesa: use SWRAST_MAX_WIDTH/HEIGHT
Brian Paul
2012-02-24
1
-4
/
+4
*
dri/swrast: use SWRAST_MAX_WIDTH/HEIGHT
Brian Paul
2012-02-24
1
-1
/
+1
*
xlib: use SWRAST_MAX_WIDTH/HEIGHT
Brian Paul
2012-02-24
1
-3
/
+3
*
i915: Initialize swrast_texture_image structure fields.
Paul Berry
2012-02-22
1
-0
/
+2
*
intel: bump DRI_IMAGE extension version to 3
Jesse Barnes
2012-02-22
1
-1
/
+1
*
gbm: track buffer format through DRI drivers
Jesse Barnes
2012-02-22
4
-0
/
+8
*
i965/gen6: Fix near-NULL deref in setting up GS binding table for non-XFB.
Eric Anholt
2012-02-21
1
-5
/
+8
*
i965: Correct the size of the state batch space allocated for binding tables.
Eric Anholt
2012-02-21
2
-2
/
+2
*
i965: Fix a bad comment in gen6 sol setup.
Eric Anholt
2012-02-21
1
-3
/
+1
*
i965/gen6: Fix the size of the GS surface binding table.
Eric Anholt
2012-02-21
1
-1
/
+1
*
i965: Only set Last Render Target Select on the last FB write.
Kenneth Graunke
2012-02-21
1
-1
/
+1
*
intel: Silence valgrind warning for getparam ioctl argument.
Eric Anholt
2012-02-21
1
-0
/
+1
*
i965: Rename the original binding table to mention that it's the WM now.
Eric Anholt
2012-02-21
7
-32
/
+30
*
i965: Split the gen6 GS binding table to a separate table.
Eric Anholt
2012-02-21
5
-10
/
+75
*
i965: Split the VS binding table to a separate table.
Eric Anholt
2012-02-21
9
-17
/
+94
*
i965/gen6+: Avoid recomputing whether we use noperspective.
Eric Anholt
2012-02-21
3
-36
/
+10
*
i965/gen7: Skip checking if we need a GS program for now.
Eric Anholt
2012-02-21
1
-1
/
+0
[next]