51333 次代码提交 (7fabb2b5939c8640075136fec15d6b87bad9c9dd)
 

作者 SHA1 备注 提交日期
  Vincent Lejeune 7fabb2b593 glsl: Parser handles "#extension GL_ARB_uniform_buffer_object" 13 年前
  Eric Anholt f4fb6bf088 glsl: Reduce a bit of extra code in the merging of layout qualifiers. 13 年前
  Eric Anholt 60a784d56e glsl: Take advantage of the layout qualifier flags union to clean up parsing. 13 年前
  Tom Stellard 9b00edc79a r600g: Don't create a texture for the memory_pool during screen init 13 年前
  Tom Stellard 76b44034b9 radeon/llvm: Rename namespace from AMDIL to AMDGPU 13 年前
  Tom Stellard 39323e8f79 r600g: Update number of gprs when adding a vertex instruction 13 年前
  Tom Stellard da9c8a73ec r600g/compute: Use evergreen_cb() for binding RATs 13 年前
  Tom Stellard 960906d16b r600g: Add support for RATs in evergreen_cb() 13 年前
  Tom Stellard eb065f5d9d r600g: Use a texture as the underlying resource for compute_memory_pool 13 年前
  Tom Stellard 9d36441374 r600g: Add is_rat flag to r600_resource_texture 13 年前
  Tom Stellard 3d3194e93c r600g: Add r600_context_pipe_state_emit() 13 年前
  Tom Stellard e00e1586dd r600g: Add pkt_flag parameter to r600_context_block_emit_dirty() 13 年前
  Tom Stellard 25145de03e r600g/compute: Move LOOP_CONST initialization to start_compute_cs atom 13 年前
  Tom Stellard 5016fe2d47 r600g: Add start_compute_cs atom to struct r600_context 13 年前
  Tom Stellard 38be0966c7 r600g: Add pkt_flag member to struct r600_command_buffer 13 年前
  Tom Stellard 7d0c17fe74 r600g: Only emit start_cs_cmd atom once for compute command streams 13 年前
  Marek Olšák 0a21b561c7 r600g: fix stencil texturing with Z32_FLOAT_S8X24_UINT 13 年前
  Marek Olšák a460df9299 r600g: add assertions after translate_colorswap/colorformat/dbformat/texformat 13 年前
  Marek Olšák c1e8c845ea r600g: inline r600_hw_copy_region 13 年前
  Marek Olšák 9974e9ac5d r600g: enable dual src blending on r7xx 13 年前
  Marek Olšák 6657a7af61 r600g: use depth format from pipe_surface, not pipe_resource 13 年前
  Marek Olšák b278aba423 r600g: use u_box_origin_2d helper function 13 年前
  Marek Olšák 1f50f463eb gallium/u_blitter: consolidate some state changes 13 年前
  Marek Olšák 22d032707e r600g: remove stray semicolon 13 年前
  Marek Olšák 461e9f99c7 docs: document ARB_blend_func_extended and EXT_texture_rg in relnotes-8.1 13 年前
  Eric Anholt 1e28f55ab7 i965/fs: Invalidate live intervals after copy propagation. 13 年前
  Eric Anholt 2343fe9a5d i965/fs: Invalidate live intervals in passes that remove an instruction. 13 年前
  Eric Anholt 25ca9cc823 i965/vs: Move the other two src_reg/dst_reg constructors to brw_vec4.cpp. 13 年前
  Eric Anholt b2f5d4c3ec i965/vs: Move class functions to brw_vec4.cpp. 13 年前
  Eric Anholt fe27916ddf i965/fs: Move class functions from the header to .cpp files. 13 年前
  José Fonseca 8b1f1900d1 galahad: Check that texture format is supported. 13 年前
  José Fonseca ff8ddf399a galahad: More detailed resource checks. 13 年前
  José Fonseca f8e13e6d69 galahad: Fix zealous warnings. 13 年前
  José Fonseca 7bd926af89 galahad: Enumerate all methods that are missing. 13 年前
  José Fonseca 3d2550be9c galahad: Implement render_condition. 13 年前
  José Fonseca 5b45775e41 galahad: Don't implement context methods that are not implemented by the underlying pipe driver. 13 年前
  José Fonseca 3cb994afca galahad: Use debug_printf. 13 年前
  José Fonseca 1abb070633 galahad: Silence creation messages. 13 年前
  José Fonseca d78dee1671 galahad: Use reference counting when destroying the wraped objects. 13 年前
  José Fonseca fe602da63f galahad: Point to the galahad objects from the galahad sampler view. 13 年前
  José Fonseca 04d29afb8b galahad: Don't defer index buffer when it's NULL. 13 年前
  José Fonseca 232073b0d9 target-helpers: Enable debug helpers only on debug builds. 13 年前
  Marek Olšák c445b0f76d st/mesa: only expose ARB_shader_bit_encoding with GLSL 1.3 13 年前
  Kristian Høgsberg 5f5746a692 egl_dri2: Reorganize the EGLImage constructors to share more code 13 年前
  Kristian Høgsberg 1bb15c0a08 intel: Share common __DRIimage allocation code 13 年前
  Kristian Høgsberg 454fc07dde intel: Just look up image->internal_format using _mesa_get_format_base_format 13 年前
  Kristian Høgsberg e408c17767 intel: Remove unused __DRIimage::data_type field 13 年前
  Brian Paul bbe92dc608 svga: whitespace fixes 13 年前
  Brian Paul 76a6801240 Revert "mesa: #define fprintf to be __mingw_fprintf() on Mingw32" 13 年前
  Brian Paul df2d81ea59 mesa: use the PRIx64 macro for printing 64-bit hexadecimal values 13 年前