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
Age
Commit message (
Expand
)
Author
2007-07-25
Implement line stippling.
Brian
2007-07-25
rename some vars
Brian
2007-07-25
implement DDX, DDY instructions
Brian
2007-07-25
Fix pinterp() to compute 1 / FRAG_ATTRIB_WPOS.w Update comments too.
Brian
2007-07-25
patch things up enough to allow texture sampling to work
Brian
2007-07-24
use consistent indentation
Brian
2007-07-24
check return value of tgsi_parse_init()
Brian
2007-07-24
added PROGRAM_NAMED_PARAM in map_register_file()
Brian
2007-07-24
added GL_FRAGMENT_PROGRAM_NV in st_new_program()
Brian
2007-07-24
Add VF_ATTRIB_VAR0..7 for varying variables.
Brian
2007-07-24
added PROGRAM_UNIFORM to map_register_file()
Brian
2007-07-24
comments
Brian
2007-07-24
s/GLuint/GLbitfield/
Brian
2007-07-24
Compute need_z and need_w properly and use the correct const/linear/perspecti...
Brian
2007-07-24
Fix a typo (i << i) that was fouling up the vertex layout info.
Brian
2007-07-24
added missing OPCODE_ARL to TGSI_OPCODES[], added sanity check assertion
Brian
2007-07-24
added code to test per-vertex colors
Brian
2007-07-24
Basic fragment programs run now.
Brian
2007-07-24
rebuild quad pipeline when framebuffer changes too
Brian
2007-07-24
simple fragment shader test
Brian
2007-07-24
use enabled/linked fragment shader in preference to a fragment program
Brian
2007-07-24
call ctx->Driver.NewProgram() instead of _mesa_new_program()
Brian
2007-07-24
Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...
Brian
2007-07-23
Execute fs tokens.
michal
2007-07-19
Trigger tgsi compilation for fragment programs.
Keith Whitwell
2007-07-17
Merge branch 'origin' into softpipe_0_1_branch
Keith Whitwell
2007-07-17
Merge branch 'i915tex_privbuffers' into softpipe_0_1_branch
Keith Whitwell
2007-07-16
r300: Corrected some progs/fp/* regressions from the BFC patch.
Oliver McFadden
2007-07-16
r300: Use _mesa_num_inst_src_regs for number of arguments.
Oliver McFadden
2007-07-16
r300: Corrected vertprog FLR and XPD instruction regression.
Oliver McFadden
2007-07-16
r300: Added code for vertprog opcode ARL.
Oliver McFadden
2007-07-16
r300: Don't need vertprog scalar flag anymore; it's handled explicitly...
Oliver McFadden
2007-07-16
r300: Removed broken RCC vertprog opcode.
Oliver McFadden
2007-07-16
r300: More vertprog rework; give each opcode it's own function.
Oliver McFadden
2007-07-16
Revert "r300: Gracefully exit after GART memory is exhausted."
Oliver McFadden
2007-07-16
r300: Reorder the vertprog code to the ARB specification.
Oliver McFadden
2007-07-16
fix bogus fb/drawable information
Roland Scheidegger
2007-07-16
fix segfault with i915 drivers in swrast drawpixels path when resizing windows
Roland Scheidegger
2007-07-16
r300: Use the R300_PVS_UPLOAD_* defines.
Oliver McFadden
2007-07-16
r300: Added the clip plane upload defines.
Oliver McFadden
2007-07-16
r300: Enable the vertprog point size again.
Oliver McFadden
2007-07-16
r300: Corrected position bug with position invariant option. Bug #11594.
Oliver McFadden
2007-07-16
r300: Removed Vim modeline I left in the file by mistake. :-)
Oliver McFadden
2007-07-16
r300: Make sure the modified value of u_temp_i is respected.
Oliver McFadden
2007-07-16
r300: Added a function for vertex program default opcode translation.
Oliver McFadden
2007-07-16
r300: Clean up the vertex program maximum length check.
Oliver McFadden
2007-07-16
r300: Corrected indenting in r300_vertprog.c.
Oliver McFadden
2007-07-16
r300: Major vertex program code clean up and rework.
Oliver McFadden
2007-07-16
r300: Replaced the ugly VERTEX_SHADER_INSTRUCTION typedef.
Oliver McFadden
2007-07-15
r300: Gracefully exit after GART memory is exhausted.
Oliver McFadden
[next]