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
/
dri
/
r200
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace open-coded major, minor, and patch version fields with __DRIversionRec.
Kristian Høgsberg
2007-10-10
1
-4
/
+4
*
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Kristian Høgsberg
2007-10-10
2
-6
/
+6
*
r200: Implement SetTexOffset hook.
Chris Rankin
2007-09-29
4
-31
/
+73
*
Fix-up #includes to remove some -I options.
Brian
2007-09-11
2
-9
/
+9
*
Remove ctx->Point._Size and ctx->Line._Width.
Brian
2007-07-21
1
-1
/
+3
*
change max anisotropy test
Christoff Brill
2007-05-17
1
-1
/
+1
*
use R200_DEBUG for debug output
Christoff Brill
2007-05-17
1
-2
/
+2
*
remove CVS/XFree86 keywords
Christoff Brill
2007-05-17
26
-26
/
+0
*
bring over recent radeonMakeCurrent fixes for r300 to radeon/r200
Roland Scheidegger
2007-05-12
1
-1
/
+0
*
remove _tnl_arb_vertex_program_stage
Brian
2007-04-16
1
-1
/
+0
*
r128, radeon, r200: Check ctx->WinSysDrawBuffer before calling function that ...
Roland Scheidegger
2007-03-27
1
-2
/
+4
*
merge from master
Brian
2007-03-21
4
-24
/
+27
|
\
|
*
r200: Simplify r200SetCliprects like radeonSetCliprects in radeon and r300.
Alan Swanson
2007-03-12
4
-22
/
+22
|
*
r200: Adapt cliprect fixes from r300.
Alan Swanson
2007-03-12
3
-3
/
+6
*
|
Merge branch 'origin' into glsl-compiler-1
Brian
2007-03-09
1
-2
/
+2
|
\
|
|
*
r200 fix broken (by new input handling) fogcoord
Roland Scheidegger
2007-02-23
1
-2
/
+2
*
|
Update DRI drivers for new glsl compiler.
Brian
2007-02-23
1
-4
/
+6
|
/
*
r200: simplify / unify input map handling for vp and fftnl
Roland Scheidegger
2007-02-09
5
-334
/
+141
*
disable r200 materials-between-begin-end check if vertex progs are enabled
Roland Scheidegger
2007-02-03
1
-5
/
+7
*
remove now unused vtxfmt stuff from radeon/r200 header files
Roland Scheidegger
2007-02-03
2
-128
/
+3
*
fix errorneously adding fog state params to all vertex programs...
Roland Scheidegger
2007-02-03
1
-1
/
+1
*
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa i...
Keith Whitwell
2007-01-16
11
-84
/
+355
|
\
|
*
submit vertex weights to make World of Warcraft maybe happy (bug 8250)
Roland Scheidegger
2006-12-14
3
-2
/
+19
|
*
Make git ignore some more generated files.
Michel Dänzer
2006-12-06
1
-0
/
+3
|
*
fix mixed conventional / generic vertex arrays which caused a wrong array ord...
Roland Scheidegger
2006-11-30
3
-1
/
+116
|
*
fix a bug in the sanity code when outputting vertex progs
Roland Scheidegger
2006-11-29
1
-1
/
+1
|
*
call Driver.ProgramStringNotify if a ati_fragment_shader changes and pick up ...
Roland Scheidegger
2006-11-29
1
-0
/
+3
|
*
fix segfault with ATI_fs when trying to use a not enabled texture unit (bug #...
Roland Scheidegger
2006-11-21
1
-16
/
+21
|
*
Remove use of GetBufferSize (depreciated).
Jerome Glisse
2006-11-15
4
-29
/
+44
|
*
fix vp lockups due to incorrectly set up / emitted attrib inputs.
Roland Scheidegger
2006-11-05
1
-1
/
+2
|
*
fix using VERT_ATTRIB_WEIGHT instead of VERT_BIT_WEIGHT when assigning vp inp...
Roland Scheidegger
2006-11-05
1
-1
/
+1
|
*
enable generic arrays for r200 hw vertex programs by assigning unused color a...
Roland Scheidegger
2006-11-03
4
-27
/
+143
|
*
remove setting some driver funcs explicitly to NULL, as they are no longer se...
Roland Scheidegger
2006-11-03
1
-4
/
+0
|
*
casting, type changes to silence warnings
Brian Paul
2006-11-02
2
-5
/
+5
|
*
Remove x/y/width/height parameters from Clear functions.
Brian Paul
2006-11-01
1
-3
/
+2
*
|
remove remaining traces of r200FlushVertices...
Roland Scheidegger
2006-11-03
2
-2
/
+0
*
|
merge current trunk into vbo branch
Alan Hourihane
2006-11-02
1
-3
/
+2
*
|
remove vtxfmt code, switch over to vbo
Keith Whitwell
2006-10-31
12
-3573
/
+9
|
/
*
remove code for inserting mvp transform into position-invariant vertex progs ...
Roland Scheidegger
2006-10-26
1
-96
/
+7
*
change some bogus comments regarding the base e exponential function used for...
Roland Scheidegger
2006-10-25
2
-7
/
+6
*
fix (per-vertex) fog when using ARB_vp by incorporating fog factor computatio...
Roland Scheidegger
2006-10-24
6
-67
/
+153
*
Want to stop passing x/y/width/height to Clear() function.
Brian Paul
2006-10-18
1
-8
/
+16
*
fix handling of textures with a base internal format that does not have all f...
Roland Scheidegger
2006-10-15
1
-1
/
+3
*
Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since
Brian Paul
2006-10-15
2
-15
/
+0
*
Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.
Brian Paul
2006-10-15
1
-1
/
+0
*
implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...
Roland Scheidegger
2006-10-13
9
-18
/
+236
*
Make driDrawableInitVBlank() initialize the sequence number.
Michel Dänzer
2006-09-28
1
-1
/
+2
*
fix up access to vertex attrib components which don't really exist but are de...
Roland Scheidegger
2006-09-22
1
-1
/
+39
*
try to use a 8888 texture format which will result in only a memcopy in mesa'...
Roland Scheidegger
2006-09-20
3
-9
/
+75
*
fix mixed texgen/non-texgen with texgen modes requiring plane parameters (GL_...
Roland Scheidegger
2006-09-20
1
-4
/
+89
[next]