summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-28intel: Re-allow blitting glCopyBufferSubData() on gen >= 6.HEADmasterEric Anholt1-1/+1
2011-12-28intel: Fix pitch handling for linear blits.Eric Anholt1-4/+4
2011-12-28intel: Fix bad read/write flags on self-copies for glCopyBufferSubData().Eric Anholt1-1/+3
2011-12-27i965/vs: Properly clear cur_value when propagating direct copies.Kenneth Graunke1-0/+14
2011-12-27intel: Drop the override of _mesa_store_teximage3d for 3d textures.Eric Anholt1-33/+12
2011-12-27i965/fs: Jump from discard statements to the end of the program when done.Eric Anholt2-0/+59
2011-12-27i965: Add sensible disasm for the JMPI instruction.Eric Anholt1-1/+3
2011-12-27i965/fs: Always ignore execution mask for render target writes.Eric Anholt1-0/+11
2011-12-27i965/fs: Allow constant propagation into IF with embedded compare.Eric Anholt1-0/+1
2011-12-27intel: Drop the batchbuffer flush on glRenderbufferStorage().Eric Anholt1-2/+0
2011-12-27intel: Drop the batchbuffer flush on glFramebufferRenderbuffer().Eric Anholt1-2/+0
2011-12-27intel: Make the batchbuffer flush debug more useful.Eric Anholt2-3/+5
2011-12-27intel: Fix performance regression in Lightsmark since HiZ changes.Eric Anholt1-0/+3
2011-12-27intel: Don't consider miptrees for other texture targets to match.Eric Anholt2-1/+3
2011-12-27i965: Create mock implementation of GL_OES_EGL_image_externalChad Versace4-0/+6
2011-12-27meta: Disable GL_TEXTURE_EXTERNAL_OES in meta_begin()Chad Versace1-0/+2
2011-12-27mklib: tab cleanup, no functional changeAlexander von Gluck1-1/+1
2011-12-27mesa: fpclassify is available on HaikuAlexander von Gluck1-1/+1
2011-12-27glu: remove BeOS define as BeOS is not longer a target platformAlexander von Gluck1-6/+1
2011-12-27gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under HaikuAlexander von Gluck1-1/+1
2011-12-27gallium/u_pack: fix l8/i8 pack color ubDave Airlie1-1/+1
2011-12-27vbo: Clean up recalculate_input_bindings.Mathias Fröhlich2-46/+17
2011-12-26mklib: Add Haiku build supportAlexander von Gluck1-0/+37
2011-12-26Fix build with LLVM >= r145623.Johannes Obermayr1-1/+1
2011-12-26swrast: assert _swrast_map_teximage() x, y is multiple of block sizeBrian Paul1-0/+3
2011-12-26swrast: replace assertion with conditional in _swrast_map_teximage()Brian Paul1-2/+6
2011-12-26mesa: fix signed/unsigned comparison warningsBrian Paul1-2/+2
2011-12-26vbo: signal _NEW_ARRAY when transitioning between glBegin/End, glDrawArraysBrian Paul5-7/+49
2011-12-26mesa: remove leftovers from color indexed rendering.Mathias Fröhlich2-8/+1
2011-12-26mesa: remove unused _mesa_copy_materials.Mathias Fröhlich2-20/+0
2011-12-26vl: call decode_bitstream only onceChristian König5-10/+19
2011-12-26i965: increase the brw eu instruction store size dynamicallyYuanhan Liu3-3/+18
2011-12-26i965: call next_insn() before referencing a instruction by indexYuanhan Liu1-14/+26
2011-12-26i965: get the jmp distance by instruction indexYuanhan Liu4-12/+10
2011-12-26i965: let the if_stack just store the instruction indexYuanhan Liu3-10/+19
2011-12-25r600g: fix a warning that a variable may be uninitializedMarek Olšák1-0/+2
2011-12-25gallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBSMarek Olšák5-6/+1
2011-12-25st/mesa: use a cast wrapper function to get st_transform_feedback_objectMarek Olšák1-6/+11
2011-12-25st/mesa: DrawTFB should use the vertex count from the last call of EndTFBMarek Olšák1-11/+42
2011-12-24r300g: mapping buffers for read should be unsynchronizedMarek Olšák1-1/+9
2011-12-24winsys/radeon: move managing GEM domains back to driversMarek Olšák14-76/+106
2011-12-24i965 gen6: Fix incorrect order of dwords in gen6_update_sol_indices()Paul Berry1-1/+1
2011-12-24i965 gen6: Fix transform feedback of triangle strips.Paul Berry2-18/+72
2011-12-24mesa: consolidate texstore functionsBrian Paul1-331/+153
2011-12-24mesa: fix _mesa_store_texsubimage2d() for GL_TEXTURE_1D_ARRAYBrian Paul1-23/+44
2011-12-24mesa: update comment for MapTextureImage()Brian Paul1-0/+2
2011-12-24swrast: rewrite glDrawPixels(GL_DEPTH) with zoomBrian Paul3-69/+28
2011-12-24swrast: stop using _DepthBuffer in triangle codeBrian Paul1-16/+11
2011-12-24mesa: remove gl_renderbuffer::PutRowRGB()Brian Paul14-1017/+0
2011-12-24swrast: stop using PutRowRGB() in triangle codeBrian Paul1-10/+12