summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-06i965/fs: Gen4-5: Setup discard masks for MRT alpha testChris Forbes2-2/+2
2013-11-06i965: Gen4-5: Include alpha func/ref in program keyChris Forbes2-0/+18
2013-11-06i965: Gen4-5: Don't enable hardware alpha test with MRTChris Forbes1-1/+2
2013-11-05i965: Combine {brw,gen7}_update_texture_buffer_surface() functions.Kenneth Graunke3-40/+5
2013-11-05i965: Unvirtualize brw_create_constant_surface; delete Gen7+ variant.Kenneth Graunke4-45/+17
2013-11-05i965: Use the new emit_buffer_surface_state() vtable entry.Kenneth Graunke1-10/+10
2013-11-05i965: Virtualize emit_buffer_surface_state().Kenneth Graunke3-4/+20
2013-11-05i965: Fix compiler warning.Courtney Goeltzenleuchter2-2/+2
2013-11-05i965: Tell the unit states how many binding table entries we have.Eric Anholt7-5/+22
2013-11-05i965: Fix context initialization after 2f896627175384fd5Eric Anholt1-3/+6
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
2013-11-04tgsi/scan: set maximum index for each constant bufferMarek Olšák2-1/+13