summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-09-10Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul1-1/+3
2009-09-10intel: disable intel_stencil_drawpixels() for nowBrian Paul1-0/+16
2009-09-10softpipe: minor indentation fixBrian Paul1-1/+1
2009-09-10softpipe: set dirty_render_cache in softpipe_clear()Brian Paul1-0/+2
2009-09-10Fix merge failIan Romanick1-13/+0
2009-09-10tgsi: use new tgsi_call_record to handle execution mask stacksBrian Paul2-14/+43
2009-09-10mesa: need to set all stencil bits to 0 before setting the 1 bitsBrian Paul1-0/+9
2009-09-10Merge branch 'mesa_7_5_branch' into mesa_7_6_branchIan Romanick2-1/+6
2009-09-10i965: Fix relocation delta for WM surfaces.Eric Anholt1-1/+1
2009-09-10intel: add B43 chipset supportZhenyu Wang2-1/+6
2009-09-10mesa: in texenvprogram code, only do saturation when really needed.Brian Paul1-8/+53
2009-09-10gallium: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h.Vinson Lee1-1/+1
2009-09-10radeon: Change debugging code to use macros instead of inline functions.Pauli Nieminen2-43/+27
2009-09-09radeon: Add more verbose error message for failed command buffer.Pauli Nieminen1-1/+3
2009-09-09Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul6-3/+24
2009-09-09gallium: Added HaikuOS platformaljen9-19/+31
2009-09-09mesa: disable GL_LUMINANCE case in _mesa_meta_draw_pixels()Brian Paul1-1/+4
2009-09-08mesa: bump version to 7.5.2Brian Paul1-3/+3
2009-09-08i965: fix incorrect test for vertex position attributeBrian Paul3-1/+4
2009-09-04i965: Fix warnings in intel_pixel_read.c.Eric Anholt1-0/+4
2009-09-04intel: Also get the DRI2 front buffer when doing front buffer reading.Eric Anholt4-1/+29
2009-09-04intel: Update Mesa state before span setup in glReadPixels.Eric Anholt3-3/+13
2009-09-04intel: Move intel_pixel_read.c to shared for use with i965.Eric Anholt2-306/+307
2009-09-04i965: Add missing state dependency of sf_unit on _NEW_BUFFERS.Eric Anholt1-2/+4
2009-09-04intel: Align cubemap texture height to its padding requirements.Eric Anholt1-0/+10
2009-09-04intel: Align untiled region height to 2 according to 965 docs.Eric Anholt1-0/+7
2009-09-04i965: Fix source depth reg setting for FSes reading and writing to depth.Eric Anholt3-1/+5
2009-09-04i965: Respect CondSwizzle in OPCODE_IF.Eric Anholt1-1/+21
2009-09-04i965: asst clean-ups, etc in brw_vs_emit()Brian Paul1-11/+10
2009-09-04i965: Emit conditional code updates as required for GLSL VS if statements.Eric Anholt1-0/+13
2009-09-04i965: Spell "conditional" correctly.Eric Anholt3-15/+15
2009-09-04i965: Fix RECT shadow sampling by not losing the other texcoords.Eric Anholt1-1/+5
2009-09-04i965: Assert that the offset in the VBO is below the VBO size.Eric Anholt1-0/+14
2009-09-04i965: Even if no VS inputs are set, still load some amount of URB as required.Eric Anholt1-0/+11
2009-09-04i965: Make sure the VS URB size is big enough to fit a VF VUE.Eric Anholt1-1/+8
2009-09-04i965: Don't emit bad packets when no VBs are referenced.Eric Anholt1-0/+22
2009-09-04i965: Calculate enabled[] and nr_enabled once and re-use the values.Eric Anholt2-29/+18
2009-09-04i965: Set the max index buffer address correctly according to the docs.Eric Anholt1-1/+1
2009-09-04i965: rename var: s/tmp/vs_inputs/Brian Paul1-8/+8
2009-09-04r600: fix Elts handlingAlex Deucher2-3/+16
2009-09-04ARB prog: replace 'unsigned' with 'gl_state_index'Brian Paul5-195/+195
2009-09-04ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOKBrian Paul5-37/+23
2009-09-04gallium/xlib: minor clean-upsBrian Paul1-14/+5
2009-09-04i915g: Fix warnings in scons build by using byte pointersJakob Bornecrantz1-2/+2
2009-09-04tgsi: Document differencies between vs_1_1 and vs_2_0 for EXPP and LOGP.Michal Krol1-2/+12
2009-09-03gallium/xlib: silence unitialized var warningBrian Paul1-1/+1
2009-09-03gallium/xlib: silence uninitialized var warningBrian Paul1-1/+1
2009-09-03st/mesa: silence uninitialized var warningsBrian Paul1-2/+2
2009-09-03st/mesa: fix glCopyPixels(GL_STENCIL_INDEX) inverted positionBrian Paul1-0/+4
2009-09-03st/mesa: Do GL_RGBA->GL_RGB texsubimage on hardwareKeith Whitwell1-14/+51