summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-05-14mesa: bump version to 7.4.2Brian Paul1-3/+4
2009-05-13i965: fix render to FBO/texture orientation bugsBrian Paul1-6/+7
2009-05-11mesa: Fixed a texture memory leakBrian Paul1-0/+3
2009-05-05Flag GLSL programs as depending on constant state when they use uniforms.Eric Anholt1-0/+5
2009-05-04glx: replace Xmalloc() calls with Xcalloc()Brian Paul2-2/+2
2009-05-01mesa: fix state validation bug for glCopyTex[Sub]Image()Brian Paul1-5/+16
2009-04-30r300: Increase reference count of texture objects referenced by current state.Michel Dänzer4-9/+11
2009-04-28mesa: Fix buffer overflow when parsing generic vertex attributes.Brian Paul1-3/+9
2009-04-28R300: add quadpipe overridesAlex Deucher1-4/+13
2009-04-28swrast: add missing break in clamp_rect_coord_linear()Brian Paul1-0/+1
2009-04-23i965: Support drawing to FBO cube faces other than positive X.Eric Anholt1-7/+11
2009-04-23intel: Fix commented-out glViewport in intel_meta_set_passthrough_transform.Eric Anholt1-3/+3
2009-04-20intel: added null screen->dri2.loader pointer checkBrian Paul1-1/+2
2009-04-18intel: update driver date, remove RC3 designationBrian Paul1-1/+1
2009-04-18mesa: bump version to 7.4.1Brian Paul1-2/+2
2009-04-18mesa: add switch case for GL_VERTEX_STATE_PROGRAM_NV in _mesa_new_program()Brian Paul1-0/+1
2009-04-18intel: Handle ARB_vertex_buffer_object state in intel_clear_tris().Michel Dänzer1-0/+5
2009-04-17intel: make sure polygon mode is set properly in intel_clear_tris()Brian Paul1-0/+2
2009-04-16mesa: fix bad mask bit in clip plane restore code for glPopAttrib()Brian Paul1-1/+1
2009-04-15intel: Bump driver dateintel_2009q1_rc3Ian Romanick1-1/+1
2009-04-15glx: added null pointer check in glXGetFBConfigs()Brian Paul1-1/+2
2009-04-11DRI2: Don't fault on NULL DrawBufferIan Romanick1-1/+1
2009-04-09dri2: Don't crash if the server returns more buffers than expected.Eric Anholt1-1/+1
2009-04-09intel / DRI2: Accept fake front-buffer from loaderIan Romanick1-0/+5
2009-04-09DRI2: Assume that there is always a front bufferIan Romanick1-7/+3
2009-04-09intel / DRI2: Track and flush front-buffer renderingIan Romanick3-0/+46
2009-04-09DRI2: Provide an interface for drivers to flush front-buffer renderingIan Romanick1-0/+10
2009-04-09mesa: fix potential recursive locking deadlock in _mesa_HashWalk()Brian Paul1-4/+14
2009-04-07swrast: fix point rendering function selectionBrian Paul1-1/+4
2009-04-07mesa: in mesa_add_named_constant(), avoid adding duplicate constantsBrian Paul1-7/+12
2009-04-07mesa: fix parameter counting in ARB vertex/fragment program parsingBrian Paul1-5/+2
2009-04-07mesa: replace >= with > when testing if we've exceeded max local paramsBrian Paul1-2/+2
2009-04-07mesa: only clear matrix MAT_DIRTY_INVERSE flag when we actually compute the i...Brian Paul1-3/+2
2009-04-07mesa: for OPCODE_LIT, use _mesa_pow() instead of exp() and log()Brian Paul1-2/+2
2009-04-06radeon: Expose a 32 bit RGBA fbconfig even when the screen depth is 16.Michel Dänzer1-14/+17
2009-04-03mesa: don't normalize spot light direction until validation timeBrian Paul1-2/+7
2009-04-03mesa: fix TexParameter functionsRoland Scheidegger1-58/+82
2009-04-02mesa: don't call ctx->Driver.ReadPixels() if width or height is zeroBrian Paul1-0/+3
2009-04-02mesa: don't call ctx->Driver.Draw/CopyPixels() if width or height is zeroBrian Paul1-24/+28
2009-04-02mesa: use correct tex unit lod bias for TXB instructionBrian Paul1-2/+2
2009-04-02swrast: fix glDrawBuffer(GL_FRONT_AND_BACK)Brian Paul1-2/+8
2009-04-01glsl: fix texgen state variable tokens in emit_statevars()Brian Paul1-8/+16
2009-03-31mesa: fix bug in GPU codegen for fixed-function two-sided lightingBrian Paul1-2/+12
2009-03-31Updated CPU_TO_LE32 to work on darwinJeremy Huddleston1-1/+4
2009-03-31Fix compiling indirect.c when GLX_DIRECT_RENDERING is not definedJeremy Huddleston1-0/+60
2009-03-27mesa: set version to 7.4Brian Paul1-1/+1
2009-03-27intel: Add extra, stronger flushes around CopyTexSubImage blitsIan Romanick3-2/+4
2009-03-27swrast: Add support for x8r8g8b8 fbconfig.Eric Anholt3-34/+122
2009-03-26 Mark current bits as 2009Q1-RC2 for Intel driver.intel_2009q1_rc2Ian Romanick1-1/+1
2009-03-26i965: Fix glFrontFacing in twoside GLSL demo.Eric Anholt8-38/+79