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
/
r600
/
r700_vertprog.c
Age
Commit message (
Expand
)
Author
2010-08-20
evergreen : initial support driver code.
richard
2010-08-04
r600: relax stride/alignment requirements for vertices
Andre Maasikas
2010-07-10
r600: Fix GCC 'implication declaration of function' warnings.
Vinson Lee
2010-06-10
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-04-26
r600: enable VERT_RESULT_PSIZ - makes point size & attenuation work
Andre Maasikas
2010-03-12
dri/r700: include shader/programopt.h instead of programopt.c.
Luc Verhaegen
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-14
r600: use new program cloning functions
Brian Paul
2010-01-31
r600: Remove duplicate assignment.
Vinson Lee
2010-01-04
r600: support vertex_array_bgra
Andre Maasikas
2009-12-09
r600 : add pre-compile mesa shader calling interface, in order to handle
Richard Li
2009-12-08
r600: glsl - allow specifying texture sampler via uniforms
Andre Maasikas
2009-11-29
r600 : clena up a bit for last commit.
Richard Li
2009-11-29
r600 : add read port allocation for uniform;
Richard Li
2009-11-18
r600 : Initial version of glsl fc.
Richard Li
2009-10-23
r600: for position invariant programs reading vert_pos is not always known at...
Andre Maasikas
2009-10-23
r600: remove remains of old tnl pipeline
Alex Deucher
2009-10-23
r600: fix render size prediction
Alex Deucher
2009-10-05
r600: update vertex program selection for draw path
Andre Maasikas
2009-09-22
r600 : add draw_prim support.
Richard Li
2009-09-15
r600: support position_invariant programs
Andre Maasikas
2009-09-11
r600: enable caching of vertex programs
Andre Maasikas
2009-08-31
r600: Convert to shared debug code and add a few new debug messages.
Pauli Nieminen
2009-08-26
r600: Update vertex fetch shader if necessary
Cooper Yuan
2009-08-24
r600: code cleanup
Alex Deucher
2009-08-22
r600: move full state to radeon state atoms
Alex Deucher
2009-08-21
r600: better default state size.
Alex Deucher
2009-08-02
r600: fix regression in texenv
Alex Deucher
2009-07-31
r600: remove unused offset_mod stuff
Alex Deucher
2009-07-31
r600: ensure we have enough room for full state emit
Alex Deucher
2009-07-31
r600: re-arrange state setup and emit so they are not mixed
Alex Deucher
2009-07-23
r600: fix segfault in morph3d
Alex Deucher
2009-07-23
r600: Remove CRLF line endings.
José Fonseca
2009-07-21
r600: fix dst reg indexing for real
Richard Li
2009-07-16
Restore vp input mapping, fix vtx stream missing problem.
Richard Li
2009-07-14
r6xx/r7xx: fix buffer aging bug
Alex Deucher
2009-06-04
re-arrange state structure
Alex Deucher
2009-06-02
fix an overflow in SPI_VS_OUT_CONFIG
Alex Deucher
2009-05-29
get rid of chip_object struct
Alex Deucher
2009-05-29
more cleanup
Alex Deucher
2009-05-26
R6xx: select proper shader format
Alex Deucher
2009-05-15
Fix r6 code bugs.
Richard Li
2009-05-08
R6xx/R7xx: WIP r6xx-rewrite code
Richard Li
2009-04-21
Initial pull of code from r6xx-r7xx-support branch
Richard Li