index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
Age
Commit message (
Expand
)
Author
2006-09-10
cause a raster fallback if a yuv texture is used on texture unit > 0 as yuv c...
Roland Scheidegger
2006-09-08
Basic facility for playing back captured aubfiles. Requires a small
Keith Whitwell
2006-09-08
cause a vtxfmt fallback directly when hitting NewList for radeon and r200 dri...
Roland Scheidegger
2006-09-07
Consistent return values from the bm* functions.
Keith Whitwell
2006-09-07
Cope with memory pool fragmentation by allowing a second attempt at
Keith Whitwell
2006-09-07
Fix glitch with pool alignments.
Keith Whitwell
2006-09-07
Use lower alignments where possible. Also pad out allocated blocks to
Keith Whitwell
2006-09-07
Make sure bmBufferOffset is called for all active buffers every time
Keith Whitwell
2006-09-07
make really sure R200_VAP_PROG_VTX_SHADER_ENABLE is never set when we're alre...
Roland Scheidegger
2006-09-07
Fix a leak of the screen's option cache on cleanup (copied from radeon).
Eric Anholt
2006-09-06
Simplify the immediate and displaylist code. Treat VertexAttrib*ARB
Keith Whitwell
2006-09-05
Dynamically allocate instruction store for tnl programs according to
Keith Whitwell
2006-09-04
Fixes for calculating point attenuation
Keith Whitwell
2006-09-04
Don't export NV_vertex_program as it's not supported, it confuses
Keith Whitwell
2006-09-04
Managed to make a commit that can't build... Sorry again...
Rune Petersen
2006-09-04
fog state atom contains (only) fog params necessary for tcl. Must not be emit...
Roland Scheidegger
2006-09-03
add missing change to skip low impact RAST fallback...
Rune Petersen
2006-09-01
fix the presumably broken check for the allow_large_textures and vblank_mode ...
Roland Scheidegger
2006-09-01
make sure vertex programs are only enabled on the hw when they are really ena...
Roland Scheidegger
2006-09-01
Catch a few more cases of using a message reg as an instruction source
Keith Whitwell
2006-09-01
fix a couple of cases where a message reg is used as an instruction source.
Keith Whitwell
2006-08-31
re-apply shader fix.
Rune Petersen
2006-08-31
When using the old technique to set up the front buffer mapping, there
Keith Whitwell
2006-08-31
Give the user posibility to choose speed over correctness.
Rune Petersen
2006-08-31
do not abort with not supported vertex prog output configuration, fallback in...
Roland Scheidegger
2006-08-30
Minor r200 vertex program cleanups. Remove disabled leftovers from r300 verte...
Roland Scheidegger
2006-08-30
fix typo causing a segfault when a vertex program uses more than 96 parameters
Roland Scheidegger
2006-08-28
Check mesa_vp->Base.NumInstructions == 0 instead of mesa_vp->Base.String to
Brian Paul
2006-08-28
remove unused var
Brian Paul
2006-08-28
fix the check for force_s3tc_enable (bug 8042)
Brian Paul
2006-08-27
close #6318
Aapo Tahkola
2006-08-26
Fix bug 8010 - locking issues.
Alan Hourihane
2006-08-26
fix #8008
Aapo Tahkola
2006-08-25
include texobj.h to silence warning
Brian Paul
2006-08-25
Add a couple of the missing GL 2.0 functions. Enable GLX protocol for
Ian Romanick
2006-08-24
fix bad casts, carry over r200 fix to check for null program string in r300_t...
Brian Paul
2006-08-24
Check for NULL program string in r200_translate_vertex_program().
Brian Paul
2006-08-24
GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.
Ian Romanick
2006-08-24
Check if mesa_vp->Base.Parameters is null before dereferencing (bug report
Brian Paul
2006-08-23
silence warning
Brian Paul
2006-08-23
Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoid
Brian Paul
2006-08-22
remove duplicate pieces of code.
Aapo Tahkola
2006-08-22
extend some DrawRangeElements cases to support rendering more than 65535 vert...
Aapo Tahkola
2006-08-22
fix broken write-only depth setting. use early z where possible.
Aapo Tahkola
2006-08-19
remove the now confusing option to manually enable software ARB_vp if drm is ...
Roland Scheidegger
2006-08-18
Fix writemasks on texture arb fp instructions.
Alan Hourihane
2006-08-16
change tex memory allocation calls (debian bug 383209)
Brian Paul
2006-08-15
Enable support for GL_EXT_gpu_program_parameters for R300.
Ian Romanick
2006-08-15
Add support for GL_EXT_gpu_program_parameters. Any driver that enables
Ian Romanick
2006-08-12
gcc-4.1.1 compile fix
Aapo Tahkola
[next]