summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-06d3d1x: adapt to new clip stategallium-clip-stateChristoph Bumiller3-22/+5
2012-01-06gallium/docs: update for clip state changesChristoph Bumiller1-0/+14
2012-01-06tgsi: add TGSI_PROPERTY_PROHIBIT_UCPSChristoph Bumiller3-1/+14
2012-01-06tgsi: consolidate TGSI string arrays in new tgsi_strings.hBrian Paul7-232/+255
2012-01-06gallium: extend user_clip_plane_enable to apply to clip distancesChristoph Bumiller14-17/+21
2012-01-06nvfx: adapt to new clip stateMarek Olšák1-18/+31
2012-01-06st/mesa: fix DrawPixels with GL_DEPTH_CLAMPMarek Olšák1-1/+1
2012-01-03nv50: adapt to new clip stateChristoph Bumiller5-45/+52
2012-01-03nvc0: adapt to new clip stateChristoph Bumiller5-77/+77
2011-12-29draw: initalize pt.user.planes in draw_initMarek Olšák1-2/+1
2011-12-27svga: adapt to new clip stateMarek Olšák2-2/+2
2011-12-27r600g: adapt to new clip stateMarek Olšák2-10/+10
2011-12-27r300g: adapt to new clip stateMarek Olšák5-29/+17
2011-12-27draw: adapt to new clip stateMarek Olšák5-30/+30
2011-12-27u_blitter: don't save/set/restore clip stateMarek Olšák6-22/+0
2011-12-27gallium: don't cso_save/set/restore clip stateMarek Olšák4-15/+0
2011-12-27gallium: default depth_clip to 1Marek Olšák26-0/+26
2011-12-27trace,util: update state logging to new clip stateMarek Olšák2-4/+10
2011-12-27st/mesa: adapt to new clip stateMarek Olšák3-33/+13
2011-12-27gallium: move state enable bits from clip_state to rasterizer_stateMarek Olšák10-11/+21
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