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
/
r200
/
r200_context.h
Age
Commit message (
Expand
)
Author
2009-01-29
r200: bring back single dma flush
Dave Airlie
2009-01-29
radeon/r200/r300: bring back old style DMA buffer on top of BOs.
Dave Airlie
2009-01-22
r200: fix up swtcl/tcl flushes
Dave Airlie
2009-01-23
r200: emit elts into a separate ELT bo
Dave Airlie
2009-01-22
r200: remove indexed verts
Dave Airlie
2009-01-20
r200: clear is working at least - not much else
Dave Airlie
2009-01-14
radeon/r200/r300: consolidate swap buffers
Dave Airlie
2009-01-14
radeon/r200/r300: attempt to move lock to common code
Dave Airlie
2009-01-14
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2009-01-14
radeon/r200: move more stuff closer together in context
Dave Airlie
2009-01-14
radeon/r200: move state atom to common header
Dave Airlie
2009-01-13
radeon/r200: start splitting out commonalities into separate headers
Dave Airlie
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-06-21
replace __inline and __inline__ with INLINE macro
Brian Paul
2007-10-29
Refactor and fix core vblank support
Jesse Barnes
2007-09-29
r200: Implement SetTexOffset hook.
Chris Rankin
2007-05-17
remove CVS/XFree86 keywords
Christoff Brill
2007-02-09
r200: simplify / unify input map handling for vp and fftnl
Roland Scheidegger
2007-02-03
remove now unused vtxfmt stuff from radeon/r200 header files
Roland Scheidegger
2006-12-14
submit vertex weights to make World of Warcraft maybe happy (bug 8250)
Roland Scheidegger
2006-11-30
fix mixed conventional / generic vertex arrays which caused a wrong array ord...
Roland Scheidegger
2006-11-15
Remove use of GetBufferSize (depreciated).
Jerome Glisse
2006-11-03
enable generic arrays for r200 hw vertex programs by assigning unused color a...
Roland Scheidegger
2006-10-24
fix (per-vertex) fog when using ARB_vp by incorporating fog factor computatio...
Roland Scheidegger
2006-10-13
implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...
Roland Scheidegger
2006-08-30
Minor r200 vertex program cleanups. Remove disabled leftovers from r300 verte...
Roland Scheidegger
2006-07-20
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-07-03
check if radeon_drm.h from libdrm is new enough, otherwise print an error to ...
Roland Scheidegger
2006-06-02
implement arb_vertex_program in hw for r200. Code contains still some hacks, ...
Roland Scheidegger
2006-05-27
preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst...
Roland Scheidegger
2006-04-11
More GLSL code:
Michal Krol
2006-03-31
Dave Reveman's patch for GLX_MESA_copy_sub_buffer support
Brian Paul
2006-03-28
fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...
Roland Scheidegger
2005-11-02
First step of Radeon DRI unification:
Eric Anholt
2005-10-13
fix potential bug when emitting elts with lots of components
Roland Scheidegger
2005-10-05
reverse accidentally commited part of last commit (makes it compile again...).
Roland Scheidegger
2005-10-05
enable point sizes larger than 1 (for aliased points only) by using the hw po...
Roland Scheidegger
2005-09-12
add complete support for ATI_fragment_shader for the r200. Most of the new co...
Roland Scheidegger
2005-09-01
Finish up some of the gl_renderbuffer work.
Brian Paul
2005-08-31
enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for text...
Roland Scheidegger
2005-07-26
Fixes the glXGetProcAddress portion of the interface. Most of the functions
Ian Romanick
2005-05-31
Correct the descriptions of the glBlend{Equation,Func} fallbacks in r128, and
Eric Anholt
2005-03-15
add support for user-configurable brilinear filtering on r200
Roland Scheidegger
2005-02-10
add texture micro and macro tiling to radeon/r200 driver. This can improve pe...
Roland Scheidegger
2005-01-31
Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.
Adam Jackson
2004-12-08
(Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...
Roland Scheidegger
2004-11-03
enable GL_EXT_fog_coord. Calculate fog factors and submit them instead of fog...
Roland Scheidegger
2004-10-16
Add code to support projective texturing and fix mixed enabling of texture
Eric Anholt
2004-09-30
OK, one more time. Simplify the state-backup system by just storing the full
Eric Anholt
2004-09-22
The previous code would emit a full set of state during the first EmitState on
Eric Anholt
[next]