48510 Commits (0950086376b1c8b7fb89eda81ed7f2f06dee58bc)
 

Author SHA1 Message Date
  Marek Olšák ec9b154b8c st/mesa: use a cast wrapper function to get st_transform_feedback_object 14 years ago
  Marek Olšák 7191298829 st/mesa: DrawTFB should use the vertex count from the last call of EndTFB 14 years ago
  Marek Olšák ec4851253b r300g: mapping buffers for read should be unsynchronized 14 years ago
  Marek Olšák 93f4e3cb6c winsys/radeon: move managing GEM domains back to drivers 14 years ago
  Paul Berry e6e9becd50 i965 gen6: Fix incorrect order of dwords in gen6_update_sol_indices() 14 years ago
  Paul Berry b31f62c907 i965 gen6: Fix transform feedback of triangle strips. 14 years ago
  Brian Paul 5c818c6277 mesa: consolidate texstore functions 14 years ago
  Brian Paul afebe13986 mesa: fix _mesa_store_texsubimage2d() for GL_TEXTURE_1D_ARRAY 14 years ago
  Brian Paul 9b26aa4c7a mesa: update comment for MapTextureImage() 14 years ago
  Brian Paul c60ac7b179 swrast: rewrite glDrawPixels(GL_DEPTH) with zoom 14 years ago
  Brian Paul bf0c0ccbc9 swrast: stop using _DepthBuffer in triangle code 14 years ago
  Brian Paul 7a7b521ff2 mesa: remove gl_renderbuffer::PutRowRGB() 14 years ago
  Brian Paul 6e7bc79578 swrast: stop using PutRowRGB() in triangle code 14 years ago
  Brian Paul 743c664c8c swrast: refactor/rewrite fast_draw_rgba_pixels() 14 years ago
  Brian Paul e66858fb67 swrast: move swrast_render_start/finish() call in drawpixels code 14 years ago
  Brian Paul d9d0d4198f swrast: new fast_draw_depth_stencil() for glDrawPixels(GL_DEPTH_STENCIL) 14 years ago
  Brian Paul 826f36b1d8 swrast: remove the copy_depth_stencil_pixels() function 14 years ago
  Brian Paul e6c6b1c147 swrast: stop using depth/stencil wrappers in CopyPixels code 14 years ago
  Brian Paul bd31fb3463 swrast: remove needless assignment in draw_depth_stencil_pixels() 14 years ago
  Brian Paul 7cf2d75d4f swast: replace renderbuffer->GetPointer() with _swrast_pixel_address() 14 years ago
  Brian Paul 242fd9df3b swrast: use _swrast_pixel_address() helper function 14 years ago
  Brian Paul d00d39a016 swrast: rewrite stencil test code 14 years ago
  Brian Paul 8b913bda3a swrast: remove dead code in s_stencil.c 14 years ago
  Brian Paul 70df474941 swrast: rewrite _swrast_read_stencil_span() 14 years ago
  Brian Paul 4d6b0927ab swrast: rewrite _swrast_read_depth_span_float() 14 years ago
  Brian Paul 82f28c0a12 mesa: rewrite _swrast_depth_bounds_test() 14 years ago
  Brian Paul 29a9983969 swrast: rewrite depth-testing code 14 years ago
  Brian Paul 8e7c388b31 swrast: stop using _swrast_get_values() in z/depth code 14 years ago
  Brian Paul e23e8cbf39 swrast: stop using _swrast_get_values() in stencil code 14 years ago
  Brian Paul 89fb81d521 swrast: do fast_copy_pixels() with Map/UnmapRenderbuffer() 14 years ago
  Brian Paul 95970677b9 swrast: replace GetRow() call with _mesa_unpack_ubyte_stencil_row() 14 years ago
  Brian Paul fc41473b9f mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues() 14 years ago
  Brian Paul c4b5f0cadb swrast: rewrite color buffer clearing to use Map/UnmapRenderbuffer() 14 years ago
  Brian Paul f1a2aa5cb3 mesa: add _mesa_pack_colormask() 14 years ago
  Brian Paul 488d7fc67d mesa: add _mesa_get_format_max_bits() 14 years ago
  Brian Paul fd104a8459 swrast: do depth/stencil clearing with Map/UnmapRenderbuffer() 14 years ago
  Brian Paul fb758aab27 mesa: split get_tex_rgba() into compressed/uncompressed versions 14 years ago
  Brian Paul 5e6a6e49e9 mesa: fix comments in getteximage_error_check() 14 years ago
  Jian Zhao 26195c8417 mesa: move the format and type check before select_tex_image() 14 years ago
  Maarten Lankhorst 1fdecef886 vl: Fix inverted logic in vlc checks 14 years ago
  Alexandre Demers 3258cd9e61 egl,glx,wgl: Fixes stapi->createContext usage 14 years ago
  Eric Anholt e71375d375 i965/gen7: Fix feedback for flat-shaded tristrips versus provoking vertex. 14 years ago
  Eric Anholt c8223d8c8d i965/gen7: Add support for transform feedback. 14 years ago
  Eric Anholt 8f0baace98 i965/gen7: Move SOL stage disable to gen7_sol_state.c 14 years ago
  Eric Anholt e1425a54b1 i965/gen7: Add register definitions for GL_EXT_transform_feedback. 14 years ago
  Eric Anholt 43e0d77597 i965/gen7: Make primitives_written counting work. 14 years ago
  Eric Anholt bf2a93db4d i965/gen7: Enable EXT_transform_feedback extension under 3.0 override. 14 years ago
  Matt Turner 7a8f52e4b4 glsl: remove old autogen.sh 14 years ago
  Paul Berry f2f14bc4a9 i965 Gen6+: Invalidate VF address-based cache on flush 14 years ago
  Paul Berry e25c4d0926 i965 gen6: Resend binding table pointer after updating SOL bindings. 14 years ago