12320 Commits (4978953c7962f33fa1eddbe75e5ef3736fbe7f06)
 

Author SHA1 Message Date
  Brian 1757acc293 rewrite some of the mat*mat, mat*vec intrinsics 18 years ago
  Brian 96b4ac05be silence warning 18 years ago
  Kristian Høgsberg e786924bf0 Pick up dri2proto from the standard proto header include path. 18 years ago
  Kristian Høgsberg dc836edf49 Initialize GLX_EXT_texture_from_pixmap attributes correctly. 18 years ago
  Roland Scheidegger 28dfb0613b fix mistakenly set ATIFragmentShader._Enabled bit (bug 15269) 18 years ago
  Brian 5c4ca968fa added some missing calls to _mesa_enable_x_y_extensions() 18 years ago
  Dan Nicholson b645942df9 Use AC_CHECK_PROGS to find alternate make programs 18 years ago
  Markus Amsler 3ea80c1128 fix parsing bug involving comments at the end of ARB v/f programs 18 years ago
  Kristian Høgsberg e82dd8c6e1 DRI interface changes and DRI2 direct rendering support. 18 years ago
  Xiang, Haihao 63d8a8417d mesa: Free all shader program data before deleting all 18 years ago
  Xiang, Haihao aef47c4dc8 Revert "mesa: separate shader program object from shader object." (bug#15244) 18 years ago
  Xiang, Haihao d30d9e42b7 i915: texture object's lod bias. fix bug #15192 18 years ago
  Markus Amsler d9367842e5 r300: Copy-and-paste error from the vertex program branch. 18 years ago
  Markus Amsler 85e816882d r300: Take PROGRAM_CONSTANT into account. 18 years ago
  Oliver McFadden 3e0797f3b7 Merge branch 'r300-vertprog-branch' of ssh://people.freedesktop.org/~z3ro/mesa 18 years ago
  Brian 635e964712 fix texture/renderbuffer mix-up in test_attachment_completeness() 18 years ago
  Xiang, Haihao 184cf464f4 i965: depth offset on glPolygonMode(GL_LINE/GL_POINT) 18 years ago
  Dave Airlie 6054788f36 r300: finish conversion of RS_INST regs 18 years ago
  Dave Airlie a9802328cd r300: move to using RS_INST names 18 years ago
  Brian 7d2b6a0466 consolidate some parsing functions that were pretty much identical for vertex/fragment programs 18 years ago
  Brian 21454f8636 when negating scalar src args, use NEGATE_XYZW, not NEGATE_X 18 years ago
  Brian 978145a075 Set param_var->param_binding_type = PROGRAM_CONSTANT 18 years ago
  Eric Anholt 227af94cce Add a couple of test apps for line/unfilled polygon clipping. 18 years ago
  Michal Wajdeczko 0500467044 [965] Fix massively broken state cache dirty flagging. 18 years ago
  Michal Wajdeczko 76430815a7 [intel] Use mesa texmemory functions to allocate teximage Data. 18 years ago
  Eric Anholt b4cbf6983e [965] Don't let the negate flags of src0 affect 1 constants in precalc_dst/lit 18 years ago
  Michal Wajdeczko 13a6f73a64 [965] Correctly set read mask for OPCODE_SWZ in pass1. 18 years ago
  Eric Anholt 5cc56cbad8 [965] Clean up whitespace and dead code from do_unfilled change. 18 years ago
  Oliver McFadden e49ec6e2a4 r300: Indented the vertex program code... 18 years ago
  Oliver McFadden 82770b8c83 r300: Cleaned up the default vertex program code with longer lines. 18 years ago
  Oliver McFadden a2c1aad27d r300: Removed the last of the duplicate vertex program macros. 18 years ago
  Oliver McFadden 863ab98ac7 r300: Added Copyright lines to the vertex program code. 18 years ago
  Zou Nan hai d24a5254c2 [i915] don't use 4x4 filter for 1D shadowmap 18 years ago
  Oliver McFadden 42a04ada10 r300: Renamed the Mesa opcode translation functions. 18 years ago
  Oliver McFadden 2ac2911554 r300: Renamed the destination-and-opcode/source macros to more appropriate names. 18 years ago
  Brian d3ebaa41f5 implement glGet/BindAttribLocationARB() for display lists 18 years ago
  Brian 4e6c2c4f85 updated to version 40 18 years ago
  Xiang, Haihao 0e34dcc6df intel: fix the issue "VBO: Cannot allocate memory for a BO" on 18 years ago
  Brian 816fbeaa81 add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c file 18 years ago
  Brian 7048545c44 fix wrong values for GL_READ/DRAW_FRAMEBUFFER_BINDING_EXT tokens 18 years ago
  Alex Deucher b469e9e93c R300: fix typo r300 fog reg 18 years ago
  Oliver McFadden 74aee365e3 r300: Merged the constant zero/one source macros. 18 years ago
  Oliver McFadden c75ffff84a r300: Merged the Vector and Math Engine opcode macros. 18 years ago
  Eric Anholt c986421694 autoconf: Add a workaround for second AC_PROG_PATH not overwriting results. 18 years ago
  Brian dc6fab90b4 use ctx->Driver.DeleteProgram() in a few more places 18 years ago
  Brian 731dec1bd5 delete default programs with ctx->Driver.DeleteProgram() 18 years ago
  Michal Wajdeczko c60b5dfde8 [965] Avoid emitting dead code for DPx/math instructions. 18 years ago
  Michal Wajdeczko bb419970ef [965] Improve pinterp performance by delaying reads of just-written regs. 18 years ago
  Michal Wajdeczko 6c1a98e97a [965] Fix negating of unsigned value in emit_wpos_xy. 18 years ago
  Michal Wajdeczko 5f10438f2d [965] Add MVP code for position invariant vertex programs. 18 years ago