summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-05docs: Mark ARB_vertex_attrib_binding as done, update relnotesarb-vertex-attrib-binding-2Fredrik Höglund2-1/+2
2013-11-05mesa: Enable ARB_vertex_attrib_bindingFredrik Höglund1-0/+1
2013-11-05mesa: Optimize rebinding the same VBOFredrik Höglund1-2/+5
2013-11-05mesa: Handle zero-stride arrays in _mesa_update_array_max_element()Fredrik Höglund1-2/+4
2013-11-05mesa: Add Get* support for ARB_vertex_attrib_bindingFredrik Höglund3-0/+38
2013-11-05mesa: Add ARB_vertex_attrib_bindingFredrik Höglund16-125/+691
2013-11-05glapi: Add infrastructure for ARB_vertex_attrib_bindingFredrik Höglund6-7/+136
2013-11-05mesa: Make handle_bind_buffer_gen() non-staticFredrik Höglund2-11/+22
2013-11-05mesa: Rename gl_array_object::VertexAttrib to _VertexAttribFredrik Höglund13-134/+134
2013-11-05mesa: Split out the format code from update_array()Fredrik Höglund1-57/+93
2013-11-05mesa: Restore gl_array_object::NewArrayFredrik Höglund4-0/+10
2013-11-05gallivm: optimize lp_build_minify for sseRoland Scheidegger3-13/+54
2013-11-05nouveau: Use _NEW_SCISSOR instead of hooking through dd_function_tableIan Romanick1-7/+3
2013-11-05nouveau: Use _NEW_VIEWPORT instead of hooking through dd_function_tableIan Romanick1-14/+3
2013-11-05radeon / r200: Don't pass unused parameters to radeon_viewportIan Romanick4-4/+14
2013-11-05i915: Bring sanity to the Viewport functionIan Romanick4-28/+22
2013-11-05i965: Eliminate the saved_viewport wrapperIan Romanick2-7/+5
2013-11-05mesa: Remove last BEOS checksAlexander von Gluck IV2-10/+0
2013-11-05util/u_format: take normalized flag in consideration in util_format_is_rgba8_...José Fonseca1-0/+3
2013-11-04glsl: Don't generate misleading debug names when packing gs inputs.Paul Berry1-4/+3
2013-11-04gallivm: Remove llvm::DisablePrettyStackTrace for LLVM >= 3.4.Vinson Lee1-0/+2
2013-11-05target/haiku-softpipe: Fix viewport issuesAlexander von Gluck IV4-29/+138
2013-11-04mesa: remove __alpha__ && CCPML checkBrian Paul1-4/+0
2013-11-04mesa: remove OPENSTEP stuffBrian Paul2-6/+2
2013-11-04mesa: remove macintosh preprocessor stuffBrian Paul2-13/+6
2013-11-04mesa: remove __QUICKDRAW__ testsBrian Paul2-6/+1
2013-11-04mesa: remove WGLAPI macroBrian Paul1-16/+0
2013-11-04i965: Expose brw_reg_from_fs_reg() to other files.Kenneth Graunke2-1/+3
2013-11-04i965: Combine gen6_clip_state.c and gen7_clip_state.c.Kenneth Graunke3-140/+42
2013-11-04dri/nouveau: Fix nouveau_init_screen2 breakage.Francisco Jerez1-16/+15
2013-11-04i965/gen7: Add instruction latency estimates for untyped atomics and reads.Francisco Jerez1-0/+39
2013-11-04i965/gen7: Handle atomic instructions from the VEC4 back-end.Francisco Jerez2-2/+110
2013-11-04i965/gen7: Handle atomic instructions from the FS back-end.Francisco Jerez2-2/+141
2013-11-04i965: Add a 'has_side_effects' back-end instruction predicate.Francisco Jerez5-17/+34
2013-11-04clover: Calculate optimal work group size when it's not specified by the user.Francisco Jerez5-15/+176
2013-11-04clover: Constify some command_queue arguments.Francisco Jerez1-4/+4
2013-11-04clover: Workaround compiler bug present in GCC 4.7.0-4.7.2.Francisco Jerez1-16/+13
2013-11-04st/xorg: handle updates to DamageUnregister APIEmil Velikov1-0/+4
2013-11-04mesa: remove Watcom C supportBrian Paul3-45/+0
2013-11-04mesa: remove Centerline C support from gl.hBrian Paul1-4/+0
2013-11-04mesa: remove BUILD_FOR_SNAP bitsBrian Paul2-7/+5
2013-11-04mesa: remove SciTech stuff from gl.hBrian Paul1-5/+1
2013-11-04r600g: properly unbind a DSA state being deleted in r600_delete_dsa_stateMarek Olšák2-2/+9
2013-11-04docs/GL3: document radeonsi support, minor cleanupMarek Olšák1-90/+90
2013-11-04radeonsi: implement ARB_vertex_type_2_10_10_10_revMarek Olšák1-0/+7
2013-11-04r600g,radeonsi: properly expose texture buffer formatsMarek Olšák3-9/+24
2013-11-04radeonsi: implement texture buffer objectsMarek Olšák3-54/+137
2013-11-04radeonsi: report our border color behaviorMarek Olšák1-1/+3
2013-11-04radeonsi: bind a dummy constant buffer in place of NULL buffersMarek Olšák3-0/+29
2013-11-04radeonsi: implement uniform buffer objectsMarek Olšák4-31/+41