summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove unused _mesa_copy_materials.Mathias Fröhlich2011-12-262-20/+0
* vl: call decode_bitstream only onceChristian König2011-12-265-10/+19
* i965: increase the brw eu instruction store size dynamicallyYuanhan Liu2011-12-263-3/+18
* i965: call next_insn() before referencing a instruction by indexYuanhan Liu2011-12-261-14/+26
* i965: get the jmp distance by instruction indexYuanhan Liu2011-12-264-12/+10
* i965: let the if_stack just store the instruction indexYuanhan Liu2011-12-263-10/+19
* r600g: fix a warning that a variable may be uninitializedMarek Olšák2011-12-251-0/+2
* gallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBSMarek Olšák2011-12-255-6/+1
* st/mesa: use a cast wrapper function to get st_transform_feedback_objectMarek Olšák2011-12-251-6/+11
* st/mesa: DrawTFB should use the vertex count from the last call of EndTFBMarek Olšák2011-12-251-11/+42
* r300g: mapping buffers for read should be unsynchronizedMarek Olšák2011-12-241-1/+9
* winsys/radeon: move managing GEM domains back to driversMarek Olšák2011-12-2414-76/+106
* i965 gen6: Fix incorrect order of dwords in gen6_update_sol_indices()Paul Berry2011-12-241-1/+1
* i965 gen6: Fix transform feedback of triangle strips.Paul Berry2011-12-242-18/+72
* mesa: consolidate texstore functionsBrian Paul2011-12-241-331/+153
* mesa: fix _mesa_store_texsubimage2d() for GL_TEXTURE_1D_ARRAYBrian Paul2011-12-241-23/+44
* mesa: update comment for MapTextureImage()Brian Paul2011-12-241-0/+2
* swrast: rewrite glDrawPixels(GL_DEPTH) with zoomBrian Paul2011-12-243-69/+28
* swrast: stop using _DepthBuffer in triangle codeBrian Paul2011-12-241-16/+11
* mesa: remove gl_renderbuffer::PutRowRGB()Brian Paul2011-12-2414-1017/+0
* swrast: stop using PutRowRGB() in triangle codeBrian Paul2011-12-241-10/+12
* swrast: refactor/rewrite fast_draw_rgba_pixels()Brian Paul2011-12-241-234/+167
* swrast: move swrast_render_start/finish() call in drawpixels codeBrian Paul2011-12-241-10/+24
* swrast: new fast_draw_depth_stencil() for glDrawPixels(GL_DEPTH_STENCIL)Brian Paul2011-12-241-16/+40
* swrast: remove the copy_depth_stencil_pixels() functionBrian Paul2011-12-241-178/+3
* swrast: stop using depth/stencil wrappers in CopyPixels codeBrian Paul2011-12-241-8/+21
* swrast: remove needless assignment in draw_depth_stencil_pixels()Brian Paul2011-12-241-1/+0
* swast: replace renderbuffer->GetPointer() with _swrast_pixel_address()Brian Paul2011-12-243-4/+4
* swrast: use _swrast_pixel_address() helper functionBrian Paul2011-12-243-32/+20
* swrast: rewrite stencil test codeBrian Paul2011-12-241-858/+259
* swrast: remove dead code in s_stencil.cBrian Paul2011-12-241-33/+0
* swrast: rewrite _swrast_read_stencil_span()Brian Paul2011-12-241-5/+26
* swrast: rewrite _swrast_read_depth_span_float()Brian Paul2011-12-241-25/+4
* mesa: rewrite _swrast_depth_bounds_test()Brian Paul2011-12-241-82/+21
* swrast: rewrite depth-testing codeBrian Paul2011-12-241-1019/+208
* swrast: stop using _swrast_get_values() in z/depth codeBrian Paul2011-12-241-6/+75
* swrast: stop using _swrast_get_values() in stencil codeBrian Paul2011-12-241-1/+30
* swrast: do fast_copy_pixels() with Map/UnmapRenderbuffer()Brian Paul2011-12-241-43/+89
* swrast: replace GetRow() call with _mesa_unpack_ubyte_stencil_row()Brian Paul2011-12-241-1/+5
* mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues()Brian Paul2011-12-2414-1835/+8
* swrast: rewrite color buffer clearing to use Map/UnmapRenderbuffer()Brian Paul2011-12-241-112/+113
* mesa: add _mesa_pack_colormask()Brian Paul2011-12-242-0/+78
* mesa: add _mesa_get_format_max_bits()Brian Paul2011-12-242-0/+19
* swrast: do depth/stencil clearing with Map/UnmapRenderbuffer()Brian Paul2011-12-245-140/+305
* mesa: split get_tex_rgba() into compressed/uncompressed versionsBrian Paul2011-12-241-145/+175
* mesa: fix comments in getteximage_error_check()Brian Paul2011-12-241-2/+2
* mesa: move the format and type check before select_tex_image()Jian Zhao2011-12-241-6/+6
* vl: Fix inverted logic in vlc checksMaarten Lankhorst2011-12-241-4/+4
* egl,glx,wgl: Fixes stapi->createContext usageAlexandre Demers2011-12-243-6/+9
* i965/gen7: Fix feedback for flat-shaded tristrips versus provoking vertex.Eric Anholt2011-12-231-0/+5