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
/
main
/
drawpix.c
Age
Commit message (
Expand
)
Author
2010-03-03
mesa: Eliminate index parameter to _mesa_feedback_vertex
Ian Romanick
2010-02-25
mesa: Move src/mesa/glapi/dispatch.h to mesa.
Chia-I Wu
2010-01-18
mesa: Remove unnecessary header from drawpix.c.
Vinson Lee
2009-09-30
mesa/main: Make FEATURE_drawpix follow feature conventions.
Chia-I Wu
2009-09-01
mesa: skip bitmap drawing code if width==0 or height==0
Brian Paul
2009-08-20
mesa: add GL_DEPTH_STENCIL to glCopyPixels error check
Brian Paul
2009-08-11
mesa: remove _mesa_set_vp_override() from _mesa_Bitmap()
Brian Paul
2009-08-08
mesa: remove old, prototype code
Brian Paul
2009-08-07
mesa: use _mesa_set_vp_override() in glDraw/CopyPixels and glBitmap
Brian Paul
2009-08-07
mesa: use _mesa_bufferobj_mapped()
Brian Paul
2009-08-07
mesa: use valid_fragment_program() helper
Brian Paul
2009-08-07
mesa: do error checking on glCopyPixels() type parameter
Brian Paul
2009-04-02
mesa: don't call ctx->Driver.Draw/CopyPixels() if width or height is zero
Brian Paul
2009-02-28
mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline function
Brian Paul
2008-09-11
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-06-09
mesa: refactor: move glReadPixels code into new readpix.c file
Brian Paul
2008-05-31
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-04-29
mesa: adjust glBitmap coords by a small epsilon
Brian Paul
2008-04-24
mesa: adjust glBitmap coords by a small epsilon
Brian Paul
2008-03-21
Refactor PBO validate/map code.
Brian
2008-03-21
Refactor PBO validate/map code.
Brian
2008-03-21
Fix some PBO breakage.
Brian
2008-03-21
Fix some PBO breakage.
Brian
2008-03-17
mesa: Follow GL spec to draw DEPTH_COMPONENT pixels when
Xiang, Haihao
2007-11-05
no-op glCopyPixels if width or height is zero
Brian
2007-10-17
Add some FLUSH_CURRENT() calls.
Brian
2007-10-15
check for width or height = 0 before calling driver Bitmap func
Brian
2006-03-26
merge from texman branch
Brian Paul
2006-03-20
use new _mesa_sourc/dest_buffer_exists() functions
Brian Paul
2006-03-18
Don't call Driver->Bitmap() if no image to render
Brian Paul
2005-11-17
move _mesa_update_state() calls before error tests that depend on framebuffer...
Brian Paul
2005-11-17
improved error checking in error_check_format_type()
Brian Paul
2005-10-01
move around some error checking
Brian Paul
2005-09-28
add error checks for framebuffer completeness
Brian Paul
2005-09-28
Initial work for GL_EXT_packed_depth_stencil extension.
Brian Paul
2005-09-27
Lift all the format/type error checking out of the _swrast_Draw/Read/CopyPixels
Brian Paul
2005-09-09
don't generate selection hits for glBitmap, glDraw/CopyPixels. Misc clean-ups
Brian Paul
2005-08-25
removed GL_HP_occlusion_test extension
Brian Paul
2004-04-23
Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment
Brian Paul
2004-03-13
Implementation of GL_EXT_pixel_buffer_object extension.
Brian Paul
2004-02-26
check for invalid fragment program in glDrawPixels, glCopyPixels and glBitmap
Brian Paul
2003-10-21
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-08-31
added minor assertion
Brian Paul
2003-07-17
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-03-01
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2002-10-24
Header file clean-up:
Brian Paul
2002-08-21
minor error message changes
Brian Paul
2002-06-15
Added ctx parameter to _mesa_debug()
Brian Paul
2002-05-09
Minor change to current raster position and texcoords.
Brian Paul
[next]