48389 次代码提交 (b474d2b18c72d965eefae4e427c269cba5ce6ba2)
 

作者 SHA1 备注 提交日期
  Marek Olšák b474d2b18c u_blitter: don't save/set/restore clip state 13 年前
  Marek Olšák 9dd240ea91 gallium: don't cso_save/set/restore clip state 13 年前
  Marek Olšák a4f7031179 gallium: default depth_clip to 1 13 年前
  Marek Olšák fe21147a00 trace,util: update state logging to new clip state 13 年前
  Marek Olšák 2a3b96e84a st/mesa: adapt to new clip state 13 年前
  Marek Olšák b7b656a42f gallium: move state enable bits from clip_state to rasterizer_state 13 年前
  Chad Versace 7420c9dab4 i965: Create mock implementation of GL_OES_EGL_image_external 13 年前
  Chad Versace 7e5ffd9be2 meta: Disable GL_TEXTURE_EXTERNAL_OES in meta_begin() 13 年前
  Alexander von Gluck ac8a933aa8 mklib: tab cleanup, no functional change 13 年前
  Alexander von Gluck a3752fa63b mesa: fpclassify is available on Haiku 13 年前
  Alexander von Gluck 2e60c955c2 glu: remove BeOS define as BeOS is not longer a target platform 13 年前
  Alexander von Gluck 9e4c8ce3bc gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under Haiku 13 年前
  Dave Airlie 157566860d gallium/u_pack: fix l8/i8 pack color ub 13 年前
  Mathias Fröhlich 91d950bad1 vbo: Clean up recalculate_input_bindings. 13 年前
  Alexander von Gluck a5608a5098 mklib: Add Haiku build support 13 年前
  Johannes Obermayr aa284042a3 Fix build with LLVM >= r145623. 13 年前
  Brian Paul 98dffd9764 swrast: assert _swrast_map_teximage() x, y is multiple of block size 13 年前
  Brian Paul 08a81c8697 swrast: replace assertion with conditional in _swrast_map_teximage() 13 年前
  Brian Paul 62f2d6ef03 mesa: fix signed/unsigned comparison warnings 13 年前
  Brian Paul 0a7602b938 vbo: signal _NEW_ARRAY when transitioning between glBegin/End, glDrawArrays 13 年前
  Mathias Fröhlich 31bf243a92 mesa: remove leftovers from color indexed rendering. 13 年前
  Mathias Fröhlich 5584a8eb19 mesa: remove unused _mesa_copy_materials. 13 年前
  Christian König 7ac114f94a vl: call decode_bitstream only once 13 年前
  Yuanhan Liu 3aa3c3f758 i965: increase the brw eu instruction store size dynamically 13 年前
  Yuanhan Liu 8d1b378939 i965: call next_insn() before referencing a instruction by index 13 年前
  Yuanhan Liu 328e6a5497 i965: get the jmp distance by instruction index 13 年前
  Yuanhan Liu 0a17093eaf i965: let the if_stack just store the instruction index 13 年前
  Marek Olšák 2175634e73 r600g: fix a warning that a variable may be uninitialized 13 年前
  Marek Olšák 1b9577b833 gallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS 13 年前
  Marek Olšák ec9b154b8c st/mesa: use a cast wrapper function to get st_transform_feedback_object 13 年前
  Marek Olšák 7191298829 st/mesa: DrawTFB should use the vertex count from the last call of EndTFB 13 年前
  Marek Olšák ec4851253b r300g: mapping buffers for read should be unsynchronized 13 年前
  Marek Olšák 93f4e3cb6c winsys/radeon: move managing GEM domains back to drivers 13 年前
  Paul Berry e6e9becd50 i965 gen6: Fix incorrect order of dwords in gen6_update_sol_indices() 13 年前
  Paul Berry b31f62c907 i965 gen6: Fix transform feedback of triangle strips. 13 年前
  Brian Paul 5c818c6277 mesa: consolidate texstore functions 13 年前
  Brian Paul afebe13986 mesa: fix _mesa_store_texsubimage2d() for GL_TEXTURE_1D_ARRAY 13 年前
  Brian Paul 9b26aa4c7a mesa: update comment for MapTextureImage() 13 年前
  Brian Paul c60ac7b179 swrast: rewrite glDrawPixels(GL_DEPTH) with zoom 13 年前
  Brian Paul bf0c0ccbc9 swrast: stop using _DepthBuffer in triangle code 13 年前
  Brian Paul 7a7b521ff2 mesa: remove gl_renderbuffer::PutRowRGB() 13 年前
  Brian Paul 6e7bc79578 swrast: stop using PutRowRGB() in triangle code 13 年前
  Brian Paul 743c664c8c swrast: refactor/rewrite fast_draw_rgba_pixels() 13 年前
  Brian Paul e66858fb67 swrast: move swrast_render_start/finish() call in drawpixels code 13 年前
  Brian Paul d9d0d4198f swrast: new fast_draw_depth_stencil() for glDrawPixels(GL_DEPTH_STENCIL) 13 年前
  Brian Paul 826f36b1d8 swrast: remove the copy_depth_stencil_pixels() function 13 年前
  Brian Paul e6c6b1c147 swrast: stop using depth/stencil wrappers in CopyPixels code 13 年前
  Brian Paul bd31fb3463 swrast: remove needless assignment in draw_depth_stencil_pixels() 13 年前
  Brian Paul 7cf2d75d4f swast: replace renderbuffer->GetPointer() with _swrast_pixel_address() 13 年前
  Brian Paul 242fd9df3b swrast: use _swrast_pixel_address() helper function 13 年前