index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
windows: replace old ColorTable, Convolution functions with new
Brian Paul
2009-09-19
2
-8
/
+8
*
mesa: use new meta functions
Brian Paul
2009-09-19
1
-4
/
+4
*
mesa: meta functions for glCopyColorTable, glCopyConvolutionFilter, etc
Brian Paul
2009-09-19
2
-0
/
+141
*
mesa: fix some glCopyTex[Sub]Image regressions related to convolution
Brian Paul
2009-09-19
1
-0
/
+26
*
mesa: move _mesa_meta_init/free() calls to core Mesa
Brian Paul
2009-09-19
3
-17
/
+0
*
r600: fix point sizes
Alex Deucher
2009-09-19
1
-4
/
+4
*
r600: fix polygon offset
Alex Deucher
2009-09-19
1
-3
/
+8
*
windows: replace old TexCopy functions w/ new
Brian Paul
2009-09-19
2
-10
/
+10
*
gldirect: remove refs to soon-to-be-obsolete functions
Brian Paul
2009-09-19
1
-24
/
+2
*
mesa: use new _mesa_meta_CopyTex[Sub]Image() functions
Brian Paul
2009-09-19
1
-5
/
+6
*
intel: use new _mesa_meta_CopyTex[Sub]Image() functions
Brian Paul
2009-09-19
1
-9
/
+10
*
glapi: regenerated files
Brian Paul
2009-09-19
1
-1
/
+9
*
mesa: meta driver functions for glCopyTex[Sub]Image()
Brian Paul
2009-09-16
2
-23
/
+335
*
s3v: remove unneeded initializations
Brian Paul
2009-09-16
1
-11
/
+0
*
ffb: remove disabled code
Brian Paul
2009-09-16
1
-18
/
+0
*
Merge branch 'mesa_7_6_branch'
Ian Romanick
2009-09-16
2
-0
/
+9
|
\
|
*
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Ian Romanick
2009-09-16
1
-0
/
+8
|
|
\
|
|
*
intel: Deassociated drawables from private context struct in intelUnbindContext
Ian Romanick
2009-09-16
1
-0
/
+8
|
*
|
i965: do a flush in clear, fix openarena render issue,
Zou Nan hai
2009-09-16
1
-0
/
+1
*
|
|
radeon: cleanup compile defines mess.
Dave Airlie
2009-09-16
9
-88
/
+67
*
|
|
radeon: oops remove debugging left on in previous patch
Dave Airlie
2009-09-16
1
-2
/
+0
*
|
|
radeon: use txformat to decide to emit rect tex state.
Dave Airlie
2009-09-16
1
-4
/
+8
*
|
|
mesa: move generate mipmap calls
Brian Paul
2009-09-15
7
-122
/
+49
*
|
|
radeon: don't build non-r600 span code on r600
Alex Deucher
2009-09-15
1
-1
/
+5
*
|
|
r600: minor span cleanups
Alex Deucher
2009-09-15
1
-4
/
+3
*
|
|
mesa: remove incorrect texture state check
Brian Paul
2009-09-15
1
-6
/
+0
*
|
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-15
1
-1
/
+1
|
\
|
|
|
*
|
radeon: Remove structure allocation from iterator variable.
Pauli Nieminen
2009-09-11
1
-1
/
+1
*
|
|
r600: support position_invariant programs
Andre Maasikas
2009-09-15
1
-12
/
+18
*
|
|
r600: add span support for 1D tiles
Alex Deucher
2009-09-14
3
-1
/
+223
*
|
|
r600: fix warning
Alex Deucher
2009-09-14
1
-0
/
+1
*
|
|
intel: minor code clean-ups
Brian Paul
2009-09-14
1
-11
/
+8
*
|
|
intel: fix renderbuffer map/unmap regression
Brian Paul
2009-09-14
1
-14
/
+14
*
|
|
intel: remove unneeded driver function assignments
Brian Paul
2009-09-14
1
-5
/
+0
*
|
|
i965: Move OPCODE_DDX/DDY to brw_wm_emit.c and make it actually work.
Eric Anholt
2009-09-11
5
-102
/
+126
*
|
|
r600: fix texcoords from constants
Andre Maasikas
2009-09-11
1
-40
/
+52
*
|
|
Revert "r600: support tex coords from constants"
Alex Deucher
2009-09-11
1
-17
/
+45
*
|
|
r600: support tex coords from constants
Alex Deucher
2009-09-11
1
-45
/
+17
*
|
|
r600: enable caching of vertex programs
Andre Maasikas
2009-09-11
6
-62
/
+110
*
|
|
i965: Enable loops in the VS.
Eric Anholt
2009-09-10
1
-15
/
+38
*
|
|
mesa: nicer vertex setup
Brian Paul
2009-09-10
1
-128
/
+138
*
|
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-10
5
-44
/
+55
|
\
|
|
|
*
|
intel: disable intel_stencil_drawpixels() for now
Brian Paul
2009-09-10
1
-0
/
+16
|
*
|
Fix merge fail
Ian Romanick
2009-09-10
1
-13
/
+0
|
*
|
mesa: need to set all stencil bits to 0 before setting the 1 bits
Brian Paul
2009-09-10
1
-0
/
+9
|
*
|
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Ian Romanick
2009-09-10
2
-1
/
+6
|
|
\
|
|
|
*
intel: add B43 chipset support
Zhenyu Wang
2009-09-10
2
-1
/
+6
|
*
|
i965: Fix relocation delta for WM surfaces.
Eric Anholt
2009-09-10
1
-1
/
+1
|
*
|
radeon: Change debugging code to use macros instead of inline functions.
Pauli Nieminen
2009-09-10
2
-43
/
+27
|
*
|
radeon: Add more verbose error message for failed command buffer.
Pauli Nieminen
2009-09-09
1
-1
/
+3
[next]