index
:
~osiris/mesa
master
r300-blit
r300g-vbo
radeon-texrewrite-clean
radeon_copyteximage
radeon_fbos
radeon_tiled_textures
tiled_textures
Unnamed repository; edit this file to name it for gitweb.
osiris
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-23
r300: report correct state atom size
HEAD
master
Maciej Cencora
1
-2
/
+2
2010-03-23
r300: fix off by one
Maciej Cencora
1
-1
/
+1
2010-03-23
r300: fix vertex programs with big number of params (>255) under KMS
Maciej Cencora
2
-7
/
+39
2010-03-23
r300: fix wpos/fog handling
Maciej Cencora
1
-6
/
+16
2010-03-23
r300: clean fog_attr/wpos_attr if code accessing these attributes has been re...
Maciej Cencora
1
-0
/
+13
2010-03-23
nvfx: add NOUVEAU_VTXIDX_IN_VRAM variable to put vertex/index buffers in VRAM
Luca Barbieri
3
-1
/
+33
2010-03-23
nvfx: delay allocation of buffers in GART/VRAM to validation time
Luca Barbieri
2
-5
/
+3
2010-03-23
st/mesa: make st_manager.c set have[Stencil|Depth]Buffer only if bits > 0
Luca Barbieri
1
-3
/
+3
2010-03-23
dri: use mv -f instead of mv to ensure no prompting occurs
Luca Barbieri
2
-2
/
+2
2010-03-23
Merge branch '7.8'
Brian Paul
4
-189
/
+230
2010-03-23
softpipe: comments, re-formatting, etc
Brian Paul
1
-14
/
+24
2010-03-23
softpipe: add special cases for all Z compare modes for 16-bit Z buffer
Brian Paul
2
-173
/
+195
2010-03-23
st/glx: better format selection in xmesa_choose_z_stencil_format()
Brian Paul
1
-17
/
+24
2010-03-23
nvfx: don't crash on empty fragment program
Luca Barbieri
1
-1
/
+2
2010-03-23
nvfx: fix coding style in nvfx_transfer.c
Luca Barbieri
1
-8
/
+8
2010-03-23
nvfx: stop incessantly spewing debug messages on the terminal
Luca Barbieri
2
-3
/
+8
2010-03-23
nvfx: fix/workaround nv3x hwtnl issues
Luca Barbieri
1
-5
/
+6
2010-03-23
dri: test whether the built drivers have unresolved symbols
Luca Barbieri
3
-4
/
+20
2010-03-23
radeong: fix build issue with libdrm < 2.4.19
Marek Olšák
2
-0
/
+6
2010-03-23
r300g: fix glean occlusion query test
Dave Airlie
1
-0
/
+2
2010-03-23
Add missing EGL files to the tarballs.
Chia-I Wu
1
-0
/
+9
2010-03-22
glx: Suppress BadDrawable from DRI2CopyRegion
Kristian Høgsberg
1
-1
/
+14
2010-03-22
glx: Suppress BadDrawable from DRI2CopyRegion
Kristian Høgsberg
1
-1
/
+14
2010-03-22
gallium/docs: Cleanup and clarify point ras info.
Corbin Simpson
1
-32
/
+44
2010-03-22
radeong: Always initialize this variable.
Corbin Simpson
1
-2
/
+2
2010-03-22
r300g: Cleanup a few old warnings.
Corbin Simpson
1
-24
/
+9
2010-03-22
mesa: set version string to 7.8-rc2
Ian Romanick
2
-2
/
+2
2010-03-22
GLX/OML: honor OML semantics even if target, divisor and remainder are 0
Jesse Barnes
1
-0
/
+3
2010-03-22
i965: Add disasm for SNB MATH opcode.
Eric Anholt
1
-1
/
+6
2010-03-22
i965: Enable normal clipping on SNB.
Eric Anholt
1
-1
/
+1
2010-03-22
i965: Force single program flow in SNB GS, to match gen4 GS.
Eric Anholt
1
-1
/
+2
2010-03-22
i965: Correct copy and wasted field shifts for SNB GS URB.
Eric Anholt
1
-2
/
+2
2010-03-22
i965: Enable VS on SNB.
Eric Anholt
1
-1
/
+2
2010-03-22
i965: Remove gratuitous jump or nop from OPCODE_END to vertex emit.
Eric Anholt
1
-40
/
+3
2010-03-22
i965: Ignore execution mask for the mov(m0, g0) of VS URB write header on SNB.
Eric Anholt
1
-0
/
+3
2010-03-22
i965: Allow FS constants to be used as immediates instead of push/pull.
Eric Anholt
3
-7
/
+58
2010-03-22
i965: Add INTEL_DEBUG=glsl_force to force brw_wm_glsl.c.
Eric Anholt
3
-0
/
+5
2010-03-22
i965: Optimize OPCODE_CMP by using BRW_SEL to choose results.
Eric Anholt
1
-5
/
+1
2010-03-22
st/glx: fix depth/stencil format selection code
Brian Paul
1
-7
/
+12
2010-03-22
st/mesa: rename st_framebuffer() to st_ws_framebuffer()
Brian Paul
1
-9
/
+12
2010-03-22
intel: Call intel_prepare_render() before looking up regions.
Kristian Høgsberg
3
-6
/
+9
2010-03-22
intel: Call intel_prepare_render() before looking up regions.
Kristian Høgsberg
3
-6
/
+9
2010-03-22
st/mesa: Remove unnecessary headers.
Vinson Lee
2
-3
/
+0
2010-03-22
glslcompiler: fix build again
Brian Paul
1
-7
/
+2
2010-03-22
cso: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-03-22
Fix potential compilation issue in visual studio project file
Karl Schultz
1
-2
/
+2
2010-03-22
dri/nouveau: Rectangle texture fixes.
Francisco Jerez
2
-28
/
+46
2010-03-22
dri/nouveau: Some render to texture fixes.
Francisco Jerez
1
-5
/
+1
2010-03-22
dri/nouveau: Fix swrast fallbacks when the read and draw buffers aren't the s...
Francisco Jerez
1
-10
/
+20
2010-03-22
dri/nouveau: Expose EXT_framebuffer_blit.
Francisco Jerez
2
-0
/
+2
[next]