projects
/
mesa.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mesa: Remove the size argument from _mesa_alloc_dispatch_table().
[mesa.git]
/
src
/
mesa
/
main
/
2013-01-22
Eric Anholt
mesa: Remove the size argument from _mesa_alloc_dispatc...
tree
|
commitdiff
2013-01-22
Eric Anholt
mesa: Remove two of the now unused ASSERT_OUTSIDE_BEGIN...
tree
|
commitdiff
2013-01-22
Eric Anholt
mesa: Drop manual checks for outside begin/end.
tree
|
commitdiff
2013-01-22
Eric Anholt
mesa: Install a minimal dispatch table during glBegin...
tree
|
commitdiff
2013-01-22
Eric Anholt
mesa: Remove the dead PrepareExecBegin() driver hook.
tree
|
commitdiff
2013-01-22
Eric Anholt
mesa: Improve a glTexEnv error message by looking up...
tree
|
commitdiff
2013-01-22
Eric Anholt
mesa: Fix regression in dlist save primitive tracking.
tree
|
commitdiff
2013-01-21
Jordan Justen
fbobject: add additional fbo completeness checks for...
tree
|
commitdiff
2013-01-21
Jordan Justen
framebuffer: update allowed implementation format/type
tree
|
commitdiff
2013-01-21
Jordan Justen
readpix: allow implementation format/type
tree
|
commitdiff
2013-01-21
Jordan Justen
extensions: enable EXT_color_buffer_float for ES3
tree
|
commitdiff
2013-01-21
Matt Turner
extensions: Add ES3-only extension support
tree
|
commitdiff
2013-01-21
Jordan Justen
readpix: check FBO completeness before trying to access...
tree
|
commitdiff
2013-01-21
Jordan Justen
readpix: add error checking for GLES3
tree
|
commitdiff
2013-01-21
Jordan Justen
copyteximage: update error checking for GLES3
tree
|
commitdiff
2013-01-21
Jordan Justen
copyteximage: check that sRGB usage is valid for GLES3...
tree
|
commitdiff
2013-01-21
Ian Romanick
mesa/es3: Allow unsized depth and depth-stencil formats...
tree
|
commitdiff
2013-01-21
Ian Romanick
mesa/es2: Allow depth component cube maps in ES2 if...
tree
|
commitdiff
2013-01-21
Ian Romanick
mesa: Add extension bit tracking for GL_OES_depth_textu...
tree
|
commitdiff
2013-01-19
Ian Romanick
mesa: Array uniform name length includes length of [0]
tree
|
commitdiff
2013-01-19
Ian Romanick
mesa: Array uniform names are supposed to have [0]...
tree
|
commitdiff
2013-01-19
Ian Romanick
mesa: Refactor getting a uniform's name to a helper...
tree
|
commitdiff
2013-01-19
Ian Romanick
mesa: Remove unused field gl_uniform_buffer_variable...
tree
|
commitdiff
2013-01-18
Eric Anholt
mesa: Skip updating texgen when not doing fixed function.
tree
|
commitdiff
2013-01-18
Eric Anholt
mesa: Don't bother updating ff texture state if we...
tree
|
commitdiff
2013-01-18
Eric Anholt
mesa: Drop a comment about ff vertex shading and texturing.
tree
|
commitdiff
2013-01-18
Eric Anholt
mesa: Fix out of bounds writes when uncompressing non...
tree
|
commitdiff
2013-01-18
Kenneth Graunke
mesa: Only mark textures as mipmap incomplete on MAX_LE...
tree
|
commitdiff
2013-01-17
Ian Romanick
mesa/es3: Don't check dimensions in _mesa_es3_error_che...
tree
|
commitdiff
2013-01-17
Ian Romanick
mesa: Don't allow DEPTH_STENCIL for 3D textures
tree
|
commitdiff
2013-01-17
Brian Paul
mesa: add missing ASSERT_OUTSIDE_BEGIN_END() in _mesa_G...
tree
|
commitdiff
2013-01-16
Ian Romanick
mesa: Add driver method to determine the possible sampl...
tree
|
commitdiff
2013-01-16
Ian Romanick
mesa: Add dispatch and extension XML for GL_ARB_interna...
tree
|
commitdiff
2013-01-16
Ian Romanick
mesa: Add extension tracking bit for GL_ARB_internalfor...
tree
|
commitdiff
2013-01-16
Ian Romanick
mesa: Add skeleton implementation of glGetInternalformativ
tree
|
commitdiff
2013-01-16
Brian Paul
mesa: move declarations before code to fix MSVC build
tree
|
commitdiff
2013-01-15
Anuj Phogat
mesa: Round float param in glTexparameterf() to nearest...
tree
|
commitdiff
2013-01-15
Anuj Phogat
mesa: Add error checking in _mesa_BlitFramebuffer(...
tree
|
commitdiff
2013-01-15
Anuj Phogat
mesa: Fix GL error generation in _mesa_GetFramebufferAt...
tree
|
commitdiff
2013-01-15
Anuj Phogat
mesa: Fix GL error generation in glBlitFramebuffer()
tree
|
commitdiff
2013-01-15
Kenneth Graunke
mesa: Make ES3 glDrawBuffers() only accept BACK/NONE...
tree
|
commitdiff
2013-01-15
Kenneth Graunke
mesa: Handle GL_BACK correctly for ES 3.0 in glDrawBuff...
tree
|
commitdiff
2013-01-15
Matt Turner
mesa: Return INVALID_ENUM for glReadPixels(..., GL_DEPT...
tree
|
commitdiff
2013-01-15
Matt Turner
mesa: Return INVALID_OPERATION when type is known but...
tree
|
commitdiff
2013-01-15
Matt Turner
mesa: Allow HALF_FLOAT in glVertexAttribPointer for...
tree
|
commitdiff
2013-01-15
Matt Turner
mesa: Reject texture-only formats as renderbuffer forma...
tree
|
commitdiff
2013-01-15
Kenneth Graunke
mesa: Fix default value of BUFFER_ACCESS_FLAGS.
tree
|
commitdiff
2013-01-15
Kenneth Graunke
mesa: Rework crazy error code rules in glDrawBuffers().
tree
|
commitdiff
2013-01-15
Carl Worth
queryobj: Add EverBound flag, making ISQuery() return...
tree
|
commitdiff
2013-01-15
Carl Worth
Update comment to specify actual text being referenced...
tree
|
commitdiff
2013-01-15
Jordan Justen
pack: handle GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV...
tree
|
commitdiff
2013-01-15
Jordan Justen
glformats: allow GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV...
tree
|
commitdiff
2013-01-15
Jordan Justen
copyteximage: Use Driver's AllocTextureImageBuffer...
tree
|
commitdiff
2013-01-15
Jordan Justen
copyteximage: update signed vs. unsigned format matching
tree
|
commitdiff
2013-01-15
Jordan Justen
framebuffer: add _mesa_get_read_renderbuffer
tree
|
commitdiff
2013-01-15
Matt Turner
teximage: use _mesa_es3_error_check_format_and_type...
tree
|
commitdiff
2013-01-15
Matt Turner
glformats: add _mesa_es3_error_check_format_and_type
tree
|
commitdiff
2013-01-15
Jordan Justen
fbobject: don't allow LUMINANCE/INTENSITY/ALPHA fbo...
tree
|
commitdiff
2013-01-15
Jordan Justen
fbobject: add VERBOSE=api message for renderbuffer...
tree
|
commitdiff
2013-01-15
Jordan Justen
fbobject: add VERBOSE=api message for check framebuffer...
tree
|
commitdiff
2013-01-13
Johannes Obermayr
tests: AM_CPPFLAGS must include $(top_srcdir) instead...
tree
|
commitdiff
2013-01-12
Jordan Justen
texformat: use MESA_FORMAT_ARGB2101010 with GL_UNSIGNED...
tree
|
commitdiff
2013-01-12
Jordan Justen
texstore argb2101010: merge GL_RGBA and GL_RGB cases
tree
|
commitdiff
2013-01-12
Jordan Justen
glformats: support _mesa_bytes_per_pixel for 2101010...
tree
|
commitdiff
2013-01-12
Jordan Justen
glformats: add _mesa_base_format_component_count
tree
|
commitdiff
2013-01-12
Jordan Justen
glformats: add functions to detect signed/unsigned...
tree
|
commitdiff
2013-01-12
Jordan Justen
unpack: support unpacking MESA_FORMAT_ARGB2101010
tree
|
commitdiff
2013-01-12
Ian Romanick
mesa: Add extension tracking for {ARB,OES}_get_program_...
tree
|
commitdiff
2013-01-12
Ian Romanick
mesa: Add GetProgramiv support for GL_PROGRAM_BINARY_LENGTH
tree
|
commitdiff
2013-01-12
Ian Romanick
mesa: Add Get support for PROGRAM_BINARY_FORMATS and...
tree
|
commitdiff
2013-01-12
Ian Romanick
mesa: Add tracking for GL_PROGRAM_BINARY_RETRIEVABLE_HI...
tree
|
commitdiff
2013-01-12
Ian Romanick
mesa: Emit errors for geometry shader enums when ARB_gs...
tree
|
commitdiff
2013-01-12
Ian Romanick
glapi: Emit dispatch for {ARB,OES}_get_program_binary
tree
|
commitdiff
2013-01-12
Ian Romanick
mesa: Add stub implementations of glGetProgramBinary...
tree
|
commitdiff
2013-01-12
Ian Romanick
mesa: Fix the naming of _mesa_ProgramParameteriARB
tree
|
commitdiff
2013-01-12
Ian Romanick
mesa: Fix GL_SHADER_BINARY_FORMATS query
tree
|
commitdiff
2013-01-11
Carl Worth
driconf: Add a new option: disable_glsl_line_continuations
tree
|
commitdiff
2013-01-11
Matt Turner
mesa: Use _mesa_lookup_enum_by_nr in tex*_error_check
tree
|
commitdiff
2013-01-11
Ian Romanick
mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX
tree
|
commitdiff
2013-01-11
Ian Romanick
mesa/es3: Add support for GL_ANY_SAMPLES_PASSED_CONSERV...
tree
|
commitdiff
2013-01-11
Ian Romanick
mesa/es3: Allow transpose matrix uniforms in GLES3
tree
|
commitdiff
2013-01-10
Matt Turner
Clean up .gitignore files
tree
|
commitdiff
2013-01-10
Matt Turner
mesa: Rename and wire-up GetInteger64i_v
tree
|
commitdiff
2013-01-10
Matt Turner
mesa: Correct glGet{Boolean,Integer}i_v names
tree
|
commitdiff
2013-01-10
Matt Turner
mesa: Allow GL_DEPTH_STENCIL_ATTACHMENT in ES 3
tree
|
commitdiff
2013-01-10
Chad Versace
mesa: Support more glGet enums for ES3
tree
|
commitdiff
2013-01-10
Matt Turner
mesa: Support querying GL_MAX_ELEMENT_INDEX in ES 3
tree
|
commitdiff
2013-01-10
Matt Turner
mesa: De-duplicate ES2 queries
tree
|
commitdiff
2013-01-10
Matt Turner
mesa: Allow glGet* queries on EXT_texture_lod_bias...
tree
|
commitdiff
2013-01-10
Matt Turner
mesa: Allow glGet* queries on EXT_framebuffer_blit...
tree
|
commitdiff
2013-01-10
Matt Turner
mesa: Allow glGet* queries on ARB_fragment/vertex_shade...
tree
|
commitdiff
2013-01-10
Matt Turner
mesa: Allow glGet* queries on ARB_framebuffer_object...
tree
|
commitdiff
2013-01-10
Matt Turner
mesa: Allow glGet* queries on ARB_transform_feedback2...
tree
|
commitdiff
2013-01-10
Matt Turner
mesa: Allow glGet* queries on EXT_transform_feedback...
tree
|
commitdiff
2013-01-10
Matt Turner
mesa: Allow glGet* queries on ARB_sync data in ES 3
tree
|
commitdiff
2013-01-10
Matt Turner
mesa: Allow glGet* queries of EXT_pbo data in ES 3
tree
|
commitdiff
2013-01-10
Matt Turner
mesa: Allow glGet* queries of select ARB_ubo data in...
tree
|
commitdiff
2013-01-10
Matt Turner
Add ES 3 handling to get.c and get_hash_generator.py
tree
|
commitdiff
2013-01-10
Matt Turner
mesa/tests: Add ARB_ES3_compatibility enums
tree
|
commitdiff
2013-01-08
Paul Berry
mesa: Add ALIGN() macro to main/macros.h.
tree
|
commitdiff
next