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
/
mesa
/
drivers
/
dri
/
r200
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 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
*
Always mark tex state atom as dirty when the texture image is dirty, this ens...
Roland Scheidegger
2006-09-13
1
-4
/
+7
*
don't use derived value _ColorLogicOpEnabled as it's not current by the time ...
Roland Scheidegger
2006-09-13
1
-2
/
+2
*
fix GL_REFLECTION_MAP texgen by not using tex matrix negation when lighting i...
Roland Scheidegger
2006-09-13
2
-5
/
+9
*
make sure we upload the new vertex program if the program string changes.
Roland Scheidegger
2006-09-13
1
-0
/
+2
*
cause a vtxfmt fallback directly when hitting NewList for radeon and r200 dri...
Roland Scheidegger
2006-09-08
1
-0
/
+10
*
make really sure R200_VAP_PROG_VTX_SHADER_ENABLE is never set when we're alre...
Roland Scheidegger
2006-09-07
2
-2
/
+1
*
fog state atom contains (only) fog params necessary for tcl. Must not be emit...
Roland Scheidegger
2006-09-04
1
-2
/
+2
*
make sure vertex programs are only enabled on the hw when they are really ena...
Roland Scheidegger
2006-09-01
2
-9
/
+11
*
do not abort with not supported vertex prog output configuration, fallback in...
Roland Scheidegger
2006-08-31
1
-3
/
+19
*
Minor r200 vertex program cleanups. Remove disabled leftovers from r300 verte...
Roland Scheidegger
2006-08-30
2
-62
/
+24
*
fix typo causing a segfault when a vertex program uses more than 96 parameters
Roland Scheidegger
2006-08-30
1
-1
/
+1
*
Check mesa_vp->Base.NumInstructions == 0 instead of mesa_vp->Base.String to
Brian Paul
2006-08-28
1
-1
/
+1
*
Check for NULL program string in r200_translate_vertex_program().
Brian Paul
2006-08-24
1
-2
/
+18
*
Check if mesa_vp->Base.Parameters is null before dereferencing (bug report
Brian Paul
2006-08-24
1
-3
/
+6
*
remove the now confusing option to manually enable software ARB_vp if drm is ...
Roland Scheidegger
2006-08-19
1
-2
/
+1
*
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-07-20
2
-12
/
+17
*
some minor simplifications (same as in r300 driver) since mesa's internally u...
Roland Scheidegger
2006-07-03
1
-23
/
+17
*
check if radeon_drm.h from libdrm is new enough, otherwise print an error to ...
Roland Scheidegger
2006-07-03
1
-0
/
+4
*
no need to handle ARL in a special way, it's a generic scalar operation. only...
Tilman Sauerbeck
2006-06-18
1
-10
/
+4
*
enable arb_vertex_program by default if drm is new enough. Do a fallback when...
Roland Scheidegger
2006-06-10
2
-1
/
+7
*
Improve slightly wrong CMP_SRCS test to avoid unencessary instructions. Clean...
Roland Scheidegger
2006-06-08
2
-95
/
+56
*
implement arb_vertex_program in hw for r200. Code contains still some hacks, ...
Roland Scheidegger
2006-06-02
10
-22
/
+1617
*
remove code dealing with drmMinor version < 6 since all radeon drivers reques...
Roland Scheidegger
2006-06-02
4
-26
/
+13
*
retry on EBUSY instead of EAGAIN in radeonWaitIrq (it appears this was the in...
Roland Scheidegger
2006-06-01
1
-1
/
+1
*
fix some whitespace in previous commit
Roland Scheidegger
2006-05-27
1
-2
/
+2
[next]