46680 Commits (9f61e43b4903c6cf0ac03a479ec9ed7b15fd6ccf)
 

Author SHA1 Message Date
  Ian Romanick 76e5020e90 mesa: Delete stale comment about MESAX extensions 14 years ago
  Ian Romanick 2e1cc883b3 mesa: Replace _mesa_rgba_logicop_enabled(ctx) with ctx->Color.ColorLogicOpEnabled 14 years ago
  Ian Romanick 2836aab203 mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled 14 years ago
  Ian Romanick 113e8167de mesa: Remove support for GL_EXT_blend_logic_op 14 years ago
  Ian Romanick 3538bffa72 st/mesa: Remove support for GL_EXT_blend_logic_op 14 years ago
  Ian Romanick 636dd62131 mesa: Remove unused _mesa_enable_imaging_extensions function 14 years ago
  Colin Walters 4d515c2146 autogen.sh: Honor NOCONFIGURE environment variable 14 years ago
  Eric Anholt fd17de2123 mesa: Throw an error when starting conditional render on an active query. 14 years ago
  Eric Anholt 7371224c06 mesa: Throw an error instead of asserting for condrender with query == 0. 14 years ago
  Eric Anholt 8899f6e93c mesa: Add support for Begin/EndConditionalRender in display lists. 14 years ago
  Marek Olšák da90c8fc27 mesa: fix an autoconf build-system bug related to glsl_to_tgsi 14 years ago
  Brian Paul 2ce8c3553b mesa: fix format/type check in unpack_image() for bitmaps 14 years ago
  Paul Berry 20da49b267 i965 new VS: Fix copy propagation of double negatives. 14 years ago
  Ian Romanick 24a113093b mesa: Advertise GL_OES_compressed_paletted_texture in OpenGL ES1.x 14 years ago
  Ian Romanick 13757f7080 mesa: Remove redundant compressed paletted texture error checks 14 years ago
  Ian Romanick 3ebbfc8372 mesa: Refactor compressed texture error checks to work with paletted textures 14 years ago
  Ian Romanick b433e7ba07 mesa: Add _mesa_cpal_compressed_format_type 14 years ago
  Ian Romanick a2cab751be mesa: Refactor expected texture size check in cpal_get_info 14 years ago
  Ian Romanick fc0fa16be3 mesa: Add GL_OES_compressed_paletted_texture formats to _mesa_base_tex_format 14 years ago
  Ian Romanick a454c835fa mesa: Add GL_OES_compressed_paletted_texture formats to _mesa_is_compressed_format 14 years ago
  Nicholas Miell 4e7079ed54 Update llvmpipe's gitignore 14 years ago
  Yuanhan Liu 099af9e9df mesa: fix error handling for glMapBufferRange 14 years ago
  Brian Paul 386ec5e80e mesa: generate GL_INVALID_OPERATION in glIsEnabledIndex() between Begin/End 14 years ago
  Yuanhan Liu 57b8f13aa4 mesa: fix error handling for glSelectBuffer 14 years ago
  Yuanhan Liu 7a9a8bbabd mesa: fix error handling for glPixelZoom 14 years ago
  Yuanhan Liu 6a98802243 mesa: fix error handling for glIsEnabled 14 years ago
  Yuanhan Liu b020b111a8 mesa: fix error handling for glTexEnv 14 years ago
  Yuanhan Liu f1ddde5c16 mesa: fix error handling for some glGet* functions 14 years ago
  Yuanhan Liu 21b2895bd0 mesa: fix error handling for glEvalMesh1/2D 14 years ago
  Matt Turner f534c13413 Remove unused APP_LIB_DEPS variable 14 years ago
  Matt Turner 75eb92fb28 egl_glx.c: use unsigned instead of uint 14 years ago
  Matt Turner 116e896aaf Remove unneeded xdamages header from dri2_glx.c. 14 years ago
  Dave Airlie f8c190b0ab graw: fix tests to build on msvc again. 14 years ago
  Tom Stellard 2d1004d9aa r300/compiler: Fix regalloc for values with multiple writers 14 years ago
  Brian Paul 63b5902756 swrast: fix more store_texel() bugs 14 years ago
  Dave Airlie 6dd284f7c8 gallium: move clear paths from rgba to a pointer to a color union (v2) 14 years ago
  Brian Paul 78026b8ace mesa: use ctx->Driver.AllocTextureImageBuffer() to alloc texture memory 14 years ago
  Brian Paul e6cf338d01 mesa: plug in swrast texture image alloc/free functions 14 years ago
  Brian Paul efc93219a9 swrast: add Alloc/FreeTextureImageBuffer() driver functions 14 years ago
  Brian Paul d1da1c0ca8 mesa: add AllocTextureImageBuffer() driver hook 14 years ago
  Brian Paul a1661dc895 mesa: move gl_texture_image::FetchTexel fields to swrast 14 years ago
  Brian Paul 20177a620e swrast: plug in _swrast_new/delete_texture_image() functions 14 years ago
  Brian Paul abdfa0b4f1 radeon: make radeon_texture_image a subclass of swrast_texture_image 14 years ago
  Brian Paul fa2c886863 intel: make intel_texture_image a subclass of swrast_texture_image 14 years ago
  Brian Paul 1da896803c swrast: introduce new swrast_texture_image struct 14 years ago
  Brian Paul 146f536b33 mesa: add new DeleteTextureImage() driver hook 14 years ago
  Brian Paul baeefef2c0 mesa: move software texel fetch code into swrast 14 years ago
  Brian Paul ce82914f5a mesa: move _mesa_update_fetch_functions() calls into swrast 14 years ago
  Brian Paul f0f28548c2 mesa: implement unpack_SIGNED_GR1616 in format_unpack.c 14 years ago
  Brian Paul 6e423253e7 meta: fix/add checks for GL_EXT_framebuffer_sRGB 14 years ago