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
*
intel: fix un-blanced map_refcount issue
Yuanhan Liu
2012-03-28
1
-4
/
+4
*
intel: fix TFP at 16-bpp
Dave Airlie
2012-03-25
1
-6
/
+11
*
intel: fix null dereference processing HiZ buffer
Dylan Noblesmith
2012-03-22
1
-0
/
+6
*
intel: Make use of the new GPU-unsynchronized map functionality in libdrm.
Eric Anholt
2012-03-21
1
-1
/
+3
*
intel: Drop the tracking of bo_map vs bo_map_gtt for unmapping.
Eric Anholt
2012-03-21
2
-15
/
+2
*
i965: Avoid flushing the batch for busy BOs for ARB_mbr with INVALIDATE_BUFFER.
Eric Anholt
2012-03-21
1
-15
/
+20
*
intel: Handle devid overrides using libdrm.
Eric Anholt
2012-03-21
1
-19
/
+4
*
intel: Ask libdrm to dump an AUB file if INTEL_DEBUG=aub.
Eric Anholt
2012-03-21
3
-0
/
+37
*
drirc: Add missing XML attributes that made the driconf application whine.
Eric Anholt
2012-03-21
1
-4
/
+4
*
i965: Change the hiz-override env var to a driconf option.
Eric Anholt
2012-03-20
3
-28
/
+13
*
i965: Drop the INTEL_FORCE_GS environment variable.
Eric Anholt
2012-03-20
1
-5
/
+0
*
intel: Drop the INTEL_NO_BLIT debug environment variable.
Eric Anholt
2012-03-20
1
-5
/
+3
*
intel: Drop the INTEL_STRICT_CONFORMANCE environment variable.
Eric Anholt
2012-03-20
3
-44
/
+6
*
intel: Fix a case when mapping large texture fails
Anuj Phogat
2012-03-20
2
-10
/
+23
*
Add Makefile.in to toplevel .gitignore
Kenneth Graunke
2012-03-20
7
-7
/
+0
*
Add .deps/, .libs/, and *.la to toplevel .gitignore
Paul Berry
2012-03-20
7
-21
/
+0
*
mesa: rework texture completeness testing
Brian Paul
2012-03-20
1
-1
/
+1
*
i915: fallback for NPOT cubemap texture
Yuanhan Liu
2012-03-19
1
-0
/
+22
*
dri_util: add copyright/license blurb
Brian Paul
2012-03-17
1
-0
/
+24
*
i965/fs: Jump from discard statements to the end of the program when done.
Eric Anholt
2012-03-16
4
-5
/
+126
*
i965: Add disasm for gen6+ UIP/JIP on BREAK/CONT/HALT.
Eric Anholt
2012-03-16
1
-0
/
+4
*
i965: Enable SIMD16 mode for shaders with loops on Gen6+.
Kenneth Graunke
2012-03-14
1
-1
/
+1
*
radeon: remove use of DD_FLATSHADE
Brian Paul
2012-03-12
1
-1
/
+1
*
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
[next]