summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-16glapi: Do not use backtrace on OpenBSD.Vinson Lee1-1/+1
2013-07-16osmesa: link against static libglapi library too to get the gl exportsMaarten Lankhorst1-3/+3
2013-07-16i965/Gen4: Zero extra coordinates for ir_texChris Forbes1-0/+4
2013-07-15i965: Cite the Ivybridge PRM for 3DSTATE_CLEAR_PARAMS notes.Kenneth Graunke1-2/+2
2013-07-15i965: Refer people to brw_tex_layout.c rather than the BSpec.Kenneth Graunke1-2/+2
2013-07-15i965: Remove old BSpec reference from BLORP's 3DSTATE_WM/PS packets.Kenneth Graunke2-5/+5
2013-07-15i965: Cite the Ivybridge PRM for 3DSTATE_URB_* programming.Kenneth Graunke1-2/+3
2013-07-15i965: Update workaround flush comments for Gen6 3DSTATE_VS.Kenneth Graunke2-2/+6
2013-07-15i965: Cite the Ivybridge PRM for VS PIPE_CONTROL workarounds.Kenneth Graunke1-2/+2
2013-07-15i965: Cite the Sandybridge PRM for Gen7 stencil pitch requirements.Kenneth Graunke1-9/+5
2013-07-15i965: Cite the Ivybridge PRM for multisample surface format notes.Kenneth Graunke1-13/+9
2013-07-15i965: Delete "the data cache is the sampler cache" comments on Gen7+.Kenneth Graunke1-12/+0
2013-07-15i965: Cite the 965 PRM for "the data cache is the sampler cache".Kenneth Graunke1-3/+3
2013-07-15i965: Cite the Ivybridge PRM for DP message descriptor fields.Kenneth Graunke1-3/+3
2013-07-15i965: Cite the Ivybridge PRM for why the fake MRF range is what it is.Kenneth Graunke1-1/+1
2013-07-15i965: Cite the Ivybridge PRM for SFID enum values.Kenneth Graunke1-2/+1
2013-07-16llvmpipe: support sRGB framebuffersRoland Scheidegger4-18/+111
2013-07-15Revert "r300g: allow HiZ with a 16-bit zbuffer"Marek Olšák1-0/+1
2013-07-15r300g/swtcl: fix a lockup in MSAA resolveMarek Olšák1-0/+7
2013-07-15r300g/swtcl: fix geometry corruption by uploading indices to a bufferMarek Olšák3-45/+31
2013-07-15glsl: Reject C-style initializers with unknown types.Matt Turner1-0/+5
2013-07-15glsl: Rework builtin_variables.cpp to reduce code duplication.Paul Berry1-761/+368
2013-07-15glsl: Fix lower_named_interface_blocks to account for dereferences of consts.Paul Berry1-0/+2
2013-07-15glsl: Don't allow vertex shader input arrays until GLSL 1.50.Paul Berry1-1/+1
2013-07-14i965: Gen4/5: use IEEE floating point mode for GLSL shaders.Chris Forbes2-2/+17
2013-07-14i965/vs: Gen4/5: enable front colors if back colors are writtenChris Forbes1-0/+6
2013-07-14gallivm: (trivial) use constant instead of exp2f() functionRoland Scheidegger1-2/+3
2013-07-14ilo: skip 3DSTATE_INDEX_BUFFER when possibleChia-I Wu4-59/+77
2013-07-13gallivm: handle srgb-to-linear and linear-to-srgb conversionsRoland Scheidegger6-7/+332
2013-07-13gallivm: better support for fast rsqrtRoland Scheidegger2-16/+63
2013-07-12configure.ac: better detection of LLVM versionKlemens Baum1-15/+26
2013-07-13r600g/sb: Initialize ra_constraint::cost.Vinson Lee1-1/+1
2013-07-12glsl: Initialize ast_aggregate_initializer::constructor_type.Vinson Lee1-1/+2
2013-07-12glsl: Make gl_TexCoord compatibility-onlyPaul Berry1-26/+30
2013-07-12glsl ES: Fix magnitude of gl_MaxVertexUniformVectors.Paul Berry1-1/+1
2013-07-13winsys/radeon: allow a NULL cs pointer in radeon_bo_map to fix a segfaultMarek Olšák1-9/+11
2013-07-13ilo: move a santiy check into its assert()Chia-I Wu1-5/+2
2013-07-13ilo: mark some states dirty when they are really changedChia-I Wu1-0/+16
2013-07-13ilo: clean up ilo_blitter_pipe_begin()Chia-I Wu3-27/+39
2013-07-12r600g: don't use the CB/DB CP COHER logic on r6xxAlex Deucher1-2/+10
2013-07-12configure: Avoid use of AC_CHECK_FILE for cross compilingJonathan Liu1-6/+6
2013-07-12nv30: fix KILL_IF breakageBrian Paul1-1/+1
2013-07-11gallium: fixup definitions of the rsq and sqrtZack Rusin4-18/+15
2013-07-12util/u_format: Comment out half float denormal test case.José Fonseca1-0/+5
2013-07-12gallivm: Eliminate redundant lp_build_select calls.José Fonseca1-12/+2
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul32-110/+109
2013-07-12tgsi: fix-up KILP commentsBrian Paul4-10/+9
2013-07-12tgsi: exec TGSI_OPCODE_SQRT as a scalar instruction, not vectorBrian Paul1-1/+1
2013-07-12tgsi: use X component of the second operand in exec_scalar_binary()Brian Paul1-1/+1
2013-07-12mesa: update glext.h to version 20130708Brian Paul7-20/+22