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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
u_blitter: add integer clear support
Dave Airlie
2011-10-09
4
-25
/
+74
*
i915g: Remove another TODO item which was done a while ago.
Stéphane Marchesin
2011-10-08
1
-3
/
+0
*
i915g: Remove a TODO item.
Stéphane Marchesin
2011-10-08
1
-1
/
+0
*
i915g: Fix comment.
Stéphane Marchesin
2011-10-08
1
-1
/
+1
*
i915g: Implement vertex textures.
Stéphane Marchesin
2011-10-08
4
-62
/
+230
*
i915g: Silence warning.
Stéphane Marchesin
2011-10-08
1
-1
/
+1
*
i915g: Remove old heuristic flusing remains.
Stéphane Marchesin
2011-10-08
1
-20
/
+0
*
i915g: Cleanup caps code a bit.
Stéphane Marchesin
2011-10-08
1
-7
/
+6
*
pb_bufmgr_cache: flush cache when create_buffer fails and try again
Marek Olšák
2011-10-08
1
-0
/
+7
*
gallium: add initial pure integer support (v2)
Dave Airlie
2011-10-08
10
-20
/
+579
*
u_format: add inline helper to find first non void channel
Dave Airlie
2011-10-08
2
-8
/
+22
*
r300g: remove unused r300_resource::tex_offset
Marek Olšák
2011-10-08
5
-16
/
+6
*
u_blitter: bind a NULL geometry shader
Marek Olšák
2011-10-08
2
-1
/
+32
*
u_blitter: cleanup checking for and restoring saved states
Marek Olšák
2011-10-08
2
-98
/
+172
*
r300g: disable stream output on SWTCL chipsets
Marek Olšák
2011-10-08
1
-1
/
+1
*
i915g: Add two new unsupported PIPE_CAPs.
Stéphane Marchesin
2011-10-07
1
-0
/
+2
*
i915g: handle seperate stencil clear
Daniel Vetter
2011-10-07
1
-0
/
+10
*
i915g: actually try to clear 16bit depth bufs
Daniel Vetter
2011-10-07
1
-1
/
+1
*
i915g: hw can't fastclear both depth and color when bbp doesn't match
Daniel Vetter
2011-10-07
1
-29
/
+93
*
i915g: disable scissor in fast clear
Daniel Vetter
2011-10-07
1
-4
/
+6
*
i915g: add some obscure sampler formats
Daniel Vetter
2011-10-07
1
-1
/
+3
*
i915g: fixup clear params emission
Daniel Vetter
2011-10-07
1
-1
/
+8
*
i915g: make fixup swizzle into a real hw state
Daniel Vetter
2011-10-07
3
-41
/
+45
*
i915g: Announce GL 2.0.
Stéphane Marchesin
2011-10-06
1
-1
/
+1
*
i915g: Silence warning.
Stéphane Marchesin
2011-10-06
1
-1
/
+1
*
i915g: Fix comment.
Stéphane Marchesin
2011-10-05
1
-1
/
+1
*
st/glx: remove the duplicated Drawable member.
Stéphane Marchesin
2011-10-05
3
-7
/
+6
*
llvmpipe: Fix the 4 planes (lines) case properly.
José Fonseca
2011-10-05
2
-16
/
+33
*
llvmpipe: Ensure the 16x16 special rasterization path does not touch outside ...
José Fonseca
2011-10-05
4
-5
/
+31
*
egl: restore missing \ in Makefile
Brian Paul
2011-10-04
1
-1
/
+1
*
softpipe: fix Z interpolation invariance bug
Brian Paul
2011-10-04
1
-1
/
+10
*
softpipe: add check for DO_PSTIPPLE_IN_HELPER_MODULE
Brian Paul
2011-10-04
1
-0
/
+2
*
configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.
Stéphane Marchesin
2011-10-04
26
-36
/
+36
*
st/glx: Set the drawable attribute on xmesa_buffer creation.
Stephen White
2011-10-04
1
-1
/
+1
*
r300g: fix rendering with a non-zero index bias in draw_elements_immediate
Marek Olšák
2011-10-04
1
-1
/
+3
*
r600g: fix parsing TGSI declarations
Marek Olšák
2011-10-04
1
-2
/
+2
*
r300/compiler: Fix error in OMOD optimization
Tom Stellard
2011-10-02
1
-0
/
+16
*
r300/compiler: Rewrite source swizzles when using OMOD
Tom Stellard
2011-10-02
1
-1
/
+6
*
r300/compiler: Fix rc_normal_rewrite_writemask()
Tom Stellard
2011-10-02
1
-5
/
+4
*
r300/compiler: Use consistent src swizzles for transcendent instructions
Tom Stellard
2011-10-02
5
-6
/
+33
*
r600g: fix a compiler warning
Marek Olšák
2011-09-30
1
-0
/
+1
*
gallium/docs: update the documentation of capabilities
Marek Olšák
2011-09-30
1
-73
/
+84
*
r600g: move all files from winsys/r600 into drivers/r600
Marek Olšák
2011-09-30
19
-91
/
+11
*
winsys/radeon: move GEM domains out of the drivers into winsys
Marek Olšák
2011-09-30
15
-111
/
+82
*
winsys/radeon: remove a redundant parameter 'size' from buffer_from_handle
Marek Olšák
2011-09-30
4
-10
/
+5
*
r600g: remove struct radeon (or what's left of it)
Marek Olšák
2011-09-30
8
-96
/
+18
*
r600g: move family and chip_class from struct radeon to r600_screen
Marek Olšák
2011-09-30
8
-70
/
+57
*
r600g: merge r600_bo with r600_resource
Marek Olšák
2011-09-30
18
-382
/
+243
*
gallium: add PIPE_CAP_TEXTURE_BARRIER
Marek Olšák
2011-09-30
5
-1
/
+6
*
gallium: add PIPE_CAP_CONDITIONAL_RENDER
Marek Olšák
2011-09-30
7
-2
/
+9
[next]