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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Move dri drivers to targets
Jakob Bornecrantz
2010-03-24
14
-42
/
+12
*
gallium: Remove GALLIUM_WINSYS_DRM_DIRS
Jakob Bornecrantz
2010-03-24
1
-12
/
+0
*
st/mesa: fix typo in prev commit
Brian Paul
2010-03-24
1
-1
/
+1
*
st/mesa: fix sampler_view destruction bug when texture is shared
Brian Paul
2010-03-24
1
-2
/
+10
*
st/mesa: code clean-ups, formatting fixes, comments, etc
Brian Paul
2010-03-24
1
-16
/
+31
*
st/mesa: rename st_clear() to st_Clear()
Brian Paul
2010-03-24
1
-2
/
+2
*
st/mesa: return GL_TRUE/GL_FALSE if return type is GLboolean
Brian Paul
2010-03-24
1
-15
/
+13
*
swrast: improve depth texture mipmap selection
Brian Paul
2010-03-23
1
-11
/
+30
*
st/glx: add support for multiple displays
Brian Paul
2010-03-23
1
-4
/
+26
*
glslcompiler: added option to do linking of vert/frag shaders
Brian Paul
2010-03-23
1
-12
/
+37
*
dri: fix dri_test.c for non-TLS build
Luca Barbieri
2010-03-23
1
-2
/
+7
*
dri: add _glthread_GetID to dri_test.c dummy glapi
Luca Barbieri
2010-03-23
1
-0
/
+6
*
dri: make unresolved symbol test link work even without a libGL.so
Luca Barbieri
2010-03-23
3
-2
/
+70
*
Change libX11 variables to not conflict with AC_PATH_XTRA
Dan Nicholson
2010-03-23
2
-2
/
+2
*
dri: Add $(DRI_LIB_DEPS) when linking the test binary
Kristian Høgsberg
2010-03-23
2
-2
/
+2
*
i965: Stop abusing ctx->NewState flags for storing driver internal changes.
Eric Anholt
2010-03-23
1
-3
/
+3
*
mesa: Also print _NEW_STENCIL in _mesa_print_state()
Kristian Høgsberg
2010-03-23
1
-1
/
+2
*
nvfx: add NOUVEAU_VTXIDX_IN_VRAM variable to put vertex/index buffers in VRAM
Luca Barbieri
2010-03-23
3
-1
/
+33
*
nvfx: delay allocation of buffers in GART/VRAM to validation time
Luca Barbieri
2010-03-23
2
-5
/
+3
*
st/mesa: make st_manager.c set have[Stencil|Depth]Buffer only if bits > 0
Luca Barbieri
2010-03-23
1
-3
/
+3
*
dri: use mv -f instead of mv to ensure no prompting occurs
Luca Barbieri
2010-03-23
2
-2
/
+2
*
Merge branch '7.8'
Brian Paul
2010-03-23
2
-187
/
+219
|
\
|
*
softpipe: comments, re-formatting, etc
Brian Paul
2010-03-23
1
-14
/
+24
|
*
softpipe: add special cases for all Z compare modes for 16-bit Z buffer
Brian Paul
2010-03-23
2
-173
/
+195
|
*
st/glx: better format selection in xmesa_choose_z_stencil_format()
Brian Paul
2010-03-23
1
-17
/
+24
|
*
glx: Suppress BadDrawable from DRI2CopyRegion
Kristian Høgsberg
2010-03-22
1
-1
/
+14
|
*
mesa: set version string to 7.8-rc2
7.8-rc2
Ian Romanick
2010-03-22
1
-1
/
+1
|
*
intel: Call intel_prepare_render() before looking up regions.
Kristian Høgsberg
2010-03-22
3
-6
/
+9
*
|
nvfx: don't crash on empty fragment program
Luca Barbieri
2010-03-23
1
-1
/
+2
*
|
nvfx: fix coding style in nvfx_transfer.c
Luca Barbieri
2010-03-23
1
-8
/
+8
*
|
nvfx: stop incessantly spewing debug messages on the terminal
Luca Barbieri
2010-03-23
2
-3
/
+8
*
|
nvfx: fix/workaround nv3x hwtnl issues
Luca Barbieri
2010-03-23
1
-5
/
+6
*
|
dri: test whether the built drivers have unresolved symbols
Luca Barbieri
2010-03-23
3
-4
/
+20
*
|
radeong: fix build issue with libdrm < 2.4.19
Marek Olšák
2010-03-23
2
-0
/
+6
*
|
r300g: fix glean occlusion query test
Dave Airlie
2010-03-23
1
-0
/
+2
*
|
glx: Suppress BadDrawable from DRI2CopyRegion
Kristian Høgsberg
2010-03-22
1
-1
/
+14
*
|
gallium/docs: Cleanup and clarify point ras info.
Corbin Simpson
2010-03-22
1
-32
/
+44
*
|
radeong: Always initialize this variable.
Corbin Simpson
2010-03-22
1
-2
/
+2
*
|
r300g: Cleanup a few old warnings.
Corbin Simpson
2010-03-22
1
-24
/
+9
*
|
GLX/OML: honor OML semantics even if target, divisor and remainder are 0
Jesse Barnes
2010-03-22
1
-0
/
+3
*
|
i965: Add disasm for SNB MATH opcode.
Eric Anholt
2010-03-22
1
-1
/
+6
*
|
i965: Enable normal clipping on SNB.
Eric Anholt
2010-03-22
1
-1
/
+1
*
|
i965: Force single program flow in SNB GS, to match gen4 GS.
Eric Anholt
2010-03-22
1
-1
/
+2
*
|
i965: Correct copy and wasted field shifts for SNB GS URB.
Eric Anholt
2010-03-22
1
-2
/
+2
*
|
i965: Enable VS on SNB.
Eric Anholt
2010-03-22
1
-1
/
+2
*
|
i965: Remove gratuitous jump or nop from OPCODE_END to vertex emit.
Eric Anholt
2010-03-22
1
-40
/
+3
*
|
i965: Ignore execution mask for the mov(m0, g0) of VS URB write header on SNB.
Eric Anholt
2010-03-22
1
-0
/
+3
*
|
i965: Allow FS constants to be used as immediates instead of push/pull.
Eric Anholt
2010-03-22
3
-7
/
+58
*
|
i965: Add INTEL_DEBUG=glsl_force to force brw_wm_glsl.c.
Eric Anholt
2010-03-22
3
-0
/
+5
*
|
i965: Optimize OPCODE_CMP by using BRW_SEL to choose results.
Eric Anholt
2010-03-22
1
-5
/
+1
[next]