index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
drawpix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Respect GL_RASTERIZER_DISCARD for various meta-type operations.
Eric Anholt
2011-10-01
1
-0
/
+11
*
mesa: add missing ')' in error message
Brian Paul
2011-09-15
1
-1
/
+1
*
Squashed commit of the following:
Brian Paul
2011-04-26
1
-7
/
+7
*
mesa: minor whitespace fixes
Brian Paul
2011-03-24
1
-1
/
+1
*
mesa: remove stray _mesa_finish() call in _mesa_CopyPixels()
Brian Paul
2011-03-07
1
-2
/
+0
*
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-28
1
-0
/
+1
*
mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebuffer
Brian Paul
2011-02-18
1
-0
/
+23
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
mesa: Remove unnecessary headers.
Vinson Lee
2010-10-27
1
-2
/
+0
*
mesa: call _mesa_valid_to_render() in glDrawPixels, glCopyPixels, glBitmap
Brian Paul
2010-10-26
1
-61
/
+15
*
mesa: new glDrawPixels error check for integer formats
Brian Paul
2010-10-23
1
-1
/
+11
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
mesa: Eliminate index parameter to _mesa_feedback_vertex
Ian Romanick
2010-03-03
1
-3
/
+0
*
mesa: Move src/mesa/glapi/dispatch.h to mesa.
Chia-I Wu
2010-02-25
1
-1
/
+1
*
mesa: Remove unnecessary header from drawpix.c.
Vinson Lee
2010-01-18
1
-1
/
+0
*
mesa/main: Make FEATURE_drawpix follow feature conventions.
Chia-I Wu
2009-09-30
1
-8
/
+18
*
mesa: skip bitmap drawing code if width==0 or height==0
Brian Paul
2009-09-01
1
-19
/
+22
*
mesa: add GL_DEPTH_STENCIL to glCopyPixels error check
Brian Paul
2009-08-20
1
-1
/
+8
*
mesa: remove _mesa_set_vp_override() from _mesa_Bitmap()
Brian Paul
2009-08-11
1
-12
/
+4
*
mesa: remove old, prototype code
Brian Paul
2009-08-08
1
-65
/
+0
*
mesa: use _mesa_set_vp_override() in glDraw/CopyPixels and glBitmap
Brian Paul
2009-08-07
1
-14
/
+38
*
mesa: use _mesa_bufferobj_mapped()
Brian Paul
2009-08-07
1
-2
/
+2
*
mesa: use valid_fragment_program() helper
Brian Paul
2009-08-07
1
-3
/
+15
*
mesa: do error checking on glCopyPixels() type parameter
Brian Paul
2009-08-07
1
-8
/
+15
*
mesa: don't call ctx->Driver.Draw/CopyPixels() if width or height is zero
Brian Paul
2009-04-02
1
-24
/
+28
*
mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline function
Brian Paul
2009-02-28
1
-4
/
+4
*
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
1
-160
/
+4
|
\
|
*
mesa: refactor: move glReadPixels code into new readpix.c file
Brian Paul
2008-06-09
1
-161
/
+2
|
*
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-05-31
1
-1
/
+1
|
*
mesa: adjust glBitmap coords by a small epsilon
Brian Paul
2008-04-24
1
-2
/
+3
|
*
Refactor PBO validate/map code.
Brian
2008-03-21
1
-0
/
+50
|
*
Fix some PBO breakage.
Brian
2008-03-21
1
-8
/
+6
|
*
no-op glCopyPixels if width or height is zero
Brian
2007-11-05
1
-1
/
+1
|
*
Add some FLUSH_CURRENT() calls.
Brian
2007-10-17
1
-0
/
+2
|
*
check for width or height = 0 before calling driver Bitmap func
Brian
2007-10-15
1
-1
/
+1
*
|
mesa: adjust glBitmap coords by a small epsilon
Brian Paul
2008-04-29
1
-2
/
+3
*
|
Refactor PBO validate/map code.
Brian
2008-03-21
1
-0
/
+50
*
|
Fix some PBO breakage.
Brian
2008-03-21
1
-8
/
+6
*
|
mesa: Follow GL spec to draw DEPTH_COMPONENT pixels when
Xiang, Haihao
2008-03-17
1
-2
/
+1
|
/
*
merge from texman branch
mesa_20060325
Brian Paul
2006-03-26
1
-12
/
+12
*
use new _mesa_sourc/dest_buffer_exists() functions
Brian Paul
2006-03-20
1
-48
/
+26
*
Don't call Driver->Bitmap() if no image to render
Brian Paul
2006-03-18
1
-5
/
+7
*
move _mesa_update_state() calls before error tests that depend on framebuffer...
Brian Paul
2005-11-17
1
-11
/
+11
*
improved error checking in error_check_format_type()
Brian Paul
2005-11-17
1
-6
/
+6
*
move around some error checking
Brian Paul
2005-10-01
1
-7
/
+8
*
add error checks for framebuffer completeness
Brian Paul
2005-09-28
1
-4
/
+41
*
Initial work for GL_EXT_packed_depth_stencil extension.
Brian Paul
2005-09-28
1
-0
/
+36
*
Lift all the format/type error checking out of the _swrast_Draw/Read/CopyPixels
Brian Paul
2005-09-27
1
-5
/
+110
*
don't generate selection hits for glBitmap, glDraw/CopyPixels. Misc clean-ups
Brian Paul
2005-09-09
1
-89
/
+72
*
removed GL_HP_occlusion_test extension
Brian Paul
2005-08-25
1
-7
/
+2
[next]