index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.c
Brian Paul
2009-08-13
4
-224
/
+224
*
mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.c
Brian Paul
2009-08-13
5
-242
/
+275
*
mesa: short-circuit no-change in _mesa_DepthRange()
Brian Paul
2009-08-13
1
-0
/
+4
*
Merge branch 'new-frag-attribs'
Brian Paul
2009-08-12
1
-4
/
+5
|
\
|
*
mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputs
Brian Paul
2009-07-29
1
-4
/
+5
*
|
mesa: const qualifiers
Brian Paul
2009-08-12
1
-2
/
+2
*
|
mesa: use _mesa_is_bufferobj()
Brian Paul
2009-08-12
12
-46
/
+49
*
|
mesa: use _mesa_is_bufferobj()
Brian Paul
2009-08-12
1
-17
/
+17
*
|
mesa: new _mesa_is_bufferobj() function
Brian Paul
2009-08-12
1
-0
/
+12
*
|
mesa: remove _mesa_set_vp_override() from _mesa_Bitmap()
Brian Paul
2009-08-11
1
-12
/
+4
*
|
mesa: added GLcontext::Meta field for meta rendering state
Brian Paul
2009-08-10
1
-0
/
+3
*
|
mesa: update framebuffer status as needed in _mesa_source/dest_buffer_exists()
Brian Paul
2009-08-08
1
-4
/
+8
*
|
mesa: simplify glPushAttrib() list building code
Brian Paul
2009-08-08
1
-106
/
+40
*
|
mesa: remove old, prototype code
Brian Paul
2009-08-08
1
-65
/
+0
*
|
mesa: use _mesa_bufferobj_mapped()
Brian Paul
2009-08-08
1
-1
/
+1
*
|
mesa: use _mesa_set_vp_override() in glDraw/CopyPixels and glBitmap
Brian Paul
2009-08-07
1
-14
/
+38
*
|
mesa: reformat code to allow setting breakpoints on the true-statement
Brian Paul
2009-08-07
1
-4
/
+8
*
|
mesa: use _mesa_bufferobj_mapped()
Brian Paul
2009-08-07
3
-18
/
+18
*
|
mesa: new _mesa_bufferobj_mapped() helper function
Brian Paul
2009-08-07
1
-0
/
+8
*
|
mesa: use valid_fragment_program() helper
Brian Paul
2009-08-07
1
-3
/
+15
*
|
mesa: test DrawBuffer, not ReadBuffer in _mesa_dest_buffer_exists()
Brian Paul
2009-08-07
1
-10
/
+12
*
|
mesa: fix some incorrect error checks in _mesa_error_check_format_type()
Brian Paul
2009-08-07
1
-17
/
+34
*
|
mesa: do error checking on glCopyPixels() type parameter
Brian Paul
2009-08-07
1
-8
/
+15
*
|
mesa: use a more logical flag in _mesa_set_vp_override()
Brian Paul
2009-08-07
1
-1
/
+1
*
|
mesa: new _mesa_copy_client_array() function
Brian Paul
2009-08-07
2
-0
/
+29
*
|
mesa: fix comment
Brian Paul
2009-08-07
1
-4
/
+3
*
|
GL_ARB_vertex_array_bgra is (basically) a synonym for the EXT version
Ian Romanick
2009-08-06
1
-0
/
+1
*
|
Ensure GL_EXT_blend_equation_separate is enabled when 2.0 is enabled.
Alan Hourihane
2009-08-06
1
-0
/
+1
*
|
mesa/main: Add functions to clear and dirty texture objects.
Chia-I Wu
2009-08-05
4
-2
/
+72
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-08-05
3
-2
/
+190
|
\
\
|
*
|
mesa: generate GL_INVALID_OPERATION for missing z/stencil when blitting
Brian Paul
2009-08-05
1
-2
/
+6
|
*
|
mesa: make _mesa_clip_blit() a shared function
Brian Paul
2009-08-05
2
-0
/
+184
|
*
|
texenv: Use VP->Current, since _Current isn't updated at this point.
Brian Paul
2009-08-04
1
-1
/
+1
|
*
|
texenv: Match state.c in deciding whether we'll be using a vertex shader.
Brian Paul
2009-08-04
1
-0
/
+1
|
*
|
texenv: Add missing dependency on VP changes.
Brian Paul
2009-08-04
1
-1
/
+2
*
|
|
mesa: added gl_shader::SourceChecksum field (for debug purposes)
Brian Paul
2009-08-04
1
-0
/
+1
*
|
|
mesa: added _mesa_str_checksum()
Brian Paul
2009-08-04
2
-0
/
+17
*
|
|
mesa: clean-up error debug/count code
Brian Paul
2009-08-04
1
-30
/
+41
*
|
|
mesa: reset ErrorDebugCount to zero in glGetString()
Brian Paul
2009-08-04
1
-0
/
+1
*
|
|
mesa: better texture dump/debug code
Brian Paul
2009-08-04
1
-52
/
+45
*
|
|
mesa: more error message info for vertex pointer functions
Brian Paul
2009-08-04
1
-6
/
+12
*
|
|
mesa: more glGetTexImage() error checking consolidation, new assertion
Brian Paul
2009-08-04
1
-8
/
+12
*
|
|
texenv: Use VP->Current, since _Current isn't updated at this point.
Eric Anholt
2009-08-03
1
-1
/
+1
*
|
|
texenv: Match state.c in deciding whether we'll be using a vertex shader.
Eric Anholt
2009-08-03
1
-0
/
+1
*
|
|
texenv: Add missing dependency on VP changes.
Eric Anholt
2009-08-03
1
-1
/
+2
*
|
|
mesa: re-enable _mesa_source_buffer_exists() call
Brian Paul
2009-07-30
1
-2
/
+2
*
|
|
mesa: get_current_tex_unit() helper function
Brian Paul
2009-07-30
1
-23
/
+35
*
|
|
mesa: refactor glGetTexImage error checking code
Brian Paul
2009-07-30
1
-86
/
+108
*
|
|
mesa: simplify _mesa_select_tex_image()
Brian Paul
2009-07-30
1
-55
/
+9
*
|
|
mesa: simplify _mesa_set_tex_image()
Brian Paul
2009-07-30
1
-29
/
+6
|
|
/
|
/
|
[next]