46880 次程式碼提交 (2c5bb57b509d03f5ae380524c61e1c0702d9e1b2)
 

作者 SHA1 備註 提交日期
  Brian Paul 2c5bb57b50 mesa: remove unused gl_texture_image::DriverData field 14 年之前
  Brian Paul cf2439e246 st/mesa: don't use gl_texture_image::RowStride 14 年之前
  Brian Paul aff65241c8 st/mesa: completely stop using gl_texture_image::Data 14 年之前
  Brian Paul 85f5aa1565 st/mesa: stop using gl_texture_image::Data when mapping/unmapping textures 14 年之前
  Brian Paul 5253cf9805 mesa: get rid of imageOffsets arrays in texstore code 14 年之前
  Stéphane Marchesin c3ef232315 st/glx: remove the duplicated Drawable member. 14 年之前
  Eric Anholt 684b701c12 glsl: Consider "__" in identifers as reserved. 14 年之前
  Brian Paul bf059ebd33 swrast: update texfetch_funcs table for new int/uint formats 14 年之前
  Paul Berry d912669034 i965 Gen6: Implement gl_ClipVertex. 14 年之前
  Paul Berry 7d68c639dd mesa: Add a gl_vert_result for gl_ClipVertex. 14 年之前
  José Fonseca e2072a1046 llvmpipe: Fix the 4 planes (lines) case properly. 14 年之前
  José Fonseca c620087432 llvmpipe: Ensure the 16x16 special rasterization path does not touch outside the tile. 14 年之前
  Dave Airlie 9c697a9d00 mesa: update fbo format tablet for integer types. 14 年之前
  Dave Airlie 38db7ae7fa mesa/texstore: add texstore paths for all the integer types. 14 年之前
  Dave Airlie 56a7111893 mesa/texformat: update choose_tex_format for integer types. 14 年之前
  Dave Airlie 7a41291c3a mesa/formats: add rest of integer formats. 14 年之前
  Dave Airlie 6e1681a2c9 texstore: create texstore table on first access. 14 年之前
  Stéphane Marchesin af962e1183 glsl: Remove unneeded headers. 14 年之前
  Brian Paul 041ff4c731 egl: restore missing \ in Makefile 14 年之前
  Paul Berry 56a90f5ce1 r200/r300/r600: remove dangling radeon_tex_getimage.c symlinks. 14 年之前
  Kenneth Graunke d38839a498 glapi: Enclose glapi.h in an extern "C" block when included by C++. 14 年之前
  Brian Paul 6399b7d638 scons: add new files to src/mesa/SConscript 14 年之前
  Brian Paul a5f2010735 softpipe: fix Z interpolation invariance bug 14 年之前
  Brian Paul 334a9dd3e6 softpipe: add check for DO_PSTIPPLE_IN_HELPER_MODULE 14 年之前
  Ian Romanick 35613afee3 mesa: Remove unused gl_program::Attributes 14 年之前
  Ian Romanick 24409ba196 mesa: Determine GL_ACTIVE_ATTRIBUTE_MAX_LENGTH by walking the GLSL IR. 14 年之前
  Ian Romanick c097c63aa8 mesa: Determine GL_ACTIVE_ATTRIBUTES by walking the GLSL IR. 14 年之前
  Ian Romanick a339ee8d85 mesa: Remove unused gl_shader_program::Attributes 14 年之前
  Ian Romanick 84d71a07bb mesa: Make _mesa_GetActiveAttribARB use the attributes in the shader IR 14 年之前
  Ian Romanick 7a80c1bbc5 mesa: Move _mesa_GetActiveAttribARB to shader_query.cpp 14 年之前
  Ian Romanick 523b611646 linker: Use gl_shader_program::AttributeBindings for attrib locations 14 年之前
  Ian Romanick 015d4f61ef mesa: Add gl_shader_program::AttributeBindings 14 年之前
  Ian Romanick 2fd80534f0 mesa: Move _mesa_BindAttribLocationARB to shader_query.cpp 14 年之前
  Ian Romanick 3ea297bdc4 mesa: Add string_to_uint_map facade class 14 年之前
  Ian Romanick acd834fde2 mesa: Add hash_table_replace 14 年之前
  Ian Romanick b7fa0d0727 mesa: Move _mesa_GetAttribLocationARB to shader_query.cpp 14 年之前
  Ian Romanick 7bbcc0b832 glsl: Delete symbol table in post-link shaders 14 年之前
  Ian Romanick efd027a8b5 glapi: regen API files for new extension 14 年之前
  Ian Romanick 763b00f2c5 mesa: Remove ARB_draw_buffers extension enable flag 14 年之前
  Ian Romanick a92f02d04a mesa: Advertise NV_fbo_color_attachments on OpenGL ES 2.0 14 年之前
  Ian Romanick cb016bbb1d mesa: Advertise NV_draw_buffers in OpenGL ES 2.0 14 年之前
  Ian Romanick f708166aad mesa/es: Allow querying GL_DRAW_BUFFERi in OpenGL ES 2.0 14 年之前
  Ian Romanick e0d5cb0f4f mesa/es: Allow querying GL_MAX_COLOR_ATTACHMENTS in OpenGL ES 2.0 14 年之前
  Ian Romanick 2e3a4ab818 mesa/es: Allow other color attachments in OpenGL ES 2.0 14 年之前
  Ian Romanick 43251b970d mesa/es: Make glDrawBuffersNV available in OpenGL ES 2.0 14 年之前
  Ian Romanick 188123ca06 glapi: Add entry point for NV_draw_buffers 14 年之前
  Ian Romanick b2f23438a2 glapi: Move ARB_draw_buffers extension to a separate file 14 年之前
  Ian Romanick accf293a33 mesa/es: Remove redundant renderbuffer target validation 14 年之前
  Ian Romanick 6dd8e76869 mesa/es: Validate FBO target enum in Mesa code rather than the ES wrapper 14 年之前
  Ian Romanick 7e4cb32d05 mesa/es: Validate FBO attachment enum in Mesa code rather than the ES wrapper 14 年之前