summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-02-04glsl: replace assertion with conditional in _slang_pop_var_table()Brian Paul
2009-02-04mesa: more info in error messagesBrian Paul
2009-02-04swrast: add minor commentsBrian Paul
2009-02-04mesa: make Xlib glXIsDirect() always return TrueBrian Paul
2009-02-04mesa: minor error msg improvementBrian Paul
2009-02-04intel: Decode MI operands using specific length masksChris Wilson
2009-02-04intel: Correct decoding of 3DSTATE_PIXEL_SHADER_CONSTANTSChris Wilson
2009-02-04intel: Fix fbo_firecube regression with FBconfigs change.Eric Anholt
2009-02-04r300: make the macros safe. add missing parenthesis.Maciej Cencora
2009-02-04r300: Fix EXP2 fogMaciej Cencora
2009-02-04radeon/r200 remove more unused codeDave Airlie
2009-02-04radeon: make compile again.Dave Airlie
2009-02-04r300: fix up CS for modesetting - gears under kms worksDave Airlie
2009-02-03intel: Fix commented-out glViewport in intel_meta_set_passthrough_transform.Eric Anholt
2009-02-03swrast: Add support for x8r8g8b8 fbconfig.Eric Anholt
2009-02-04radeon: make generate_mipmap staticDave Airlie
2009-02-04r300: fix swtclDave Airlie
2009-02-04r200: fixup DMA region stuffDave Airlie
2009-02-04radeon: call getpagesize once and store in a staticDave Airlie
2009-02-04r300: make dma buffer reuse much more sensibleDave Airlie
2009-02-04radeon: add support for stencil buffers + misc debug changesDave Airlie
2009-02-04r200: move to new mipmap interfaceDave Airlie
2009-02-04radeon: only do the fb read if we are mapping a VRAM objectDave Airlie
2009-02-04radeon_cs: move to inline cs_write_dwordDave Airlie
2009-02-03xlib: use MESA_GLX_FORCE_DIRECT to make glXIsDirect() always return TrueBrian Paul
2009-02-03mesa: simplify delete_wrapper()Brian Paul
2009-02-03mesa: fix offset problem with interleaved arraysAlan Hourihane
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
2009-02-03radeon: add a reference to the static buffers so they don't get deletedDave Airlie
2009-02-02mesa: fix GLSL issue preventing use of all 16 generic vertex attributesBrian Paul
2009-02-02glsl: update program->InputsRead when referencing input attributesBrian Paul
2009-02-02mesa: fix stand-alone glslcompilerBrian Paul
2009-02-02mesa: make _mesa_fprint_program_opt() non-staticBrian Paul
2009-02-03r300: fixup mipmap + texsubimage issuesDave Airlie
2009-02-03radeon_bo: align size of bo to page size.Dave Airlie
2009-02-02i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt
2009-02-02i965: Delete old metaops code now that there are no remaining consumers.Eric Anholt
2009-02-02intel: replace custom metaops clear with generic.Eric Anholt
2009-02-02mesa: move code after decls. Fixes Window build failure.Brian Paul
2009-02-02Merge branch 'gallium-wgl-rework' into gallium-0.2Keith Whitwell
2009-02-02radeon: this code forgot to add dPriv x/y back to spansDave Airlie
2009-02-02r300: rename validate textures to validate buffersDave Airlie
2009-01-31intel: Correct FBconfig color masks with DRI2. Fail at copy and paste.Eric Anholt
2009-01-31Build dri.pc during the build rather than the install process.Eric Anholt
2009-01-31mesa: more display list cleanupsBrian
2009-01-31mesa: display list clean-upsBrian
2009-01-31mesa: minor comments, clean-upsBrian
2009-01-31mesa: remove remnant of GL_SGIX_depth_textureBrian
2009-01-30i965: bump texture limit to 4kx4kKeith Packard
2009-01-30mesa: simplify the _mesa_get_proxy_tex_image() functionBrian Paul