summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-08-24freedreno/a3xx/compiler: cat4 cannot use const reg as srcRob Clark1-10/+27
2013-08-24freedreno/a3xx/compiler: use max_reg rather than file_countRob Clark1-7/+7
2013-08-24freedreno/a3xx/compiler: handle saturate on dstRob Clark1-0/+49
2013-08-24freedreno/a3xx/compiler: fix CMPRob Clark1-2/+2
2013-08-24freedreno/a3xx: some texture fixesRob Clark1-1/+24
2013-08-24freedreno: update register headersRob Clark8-111/+758
2013-08-24freedreno: add debug option to disable scissor optimizationRob Clark3-14/+22
2013-08-24freedreno/a3xx: fix viewport on gmem->mem resolveRob Clark1-0/+8
2013-08-24freedreno/a3xx: fix color inversion on mem->gmem restoreRob Clark1-3/+3
2013-08-23radeonsi: Handle additional PIPE_COMPUTE_CAP_*Niels Ole Salscheider1-1/+14
2013-08-23radeonsi: copy r600_get_timestampNiels Ole Salscheider1-0/+9
2013-08-23radeonsi: Implement PIPE_QUERY_TIMESTAMPNiels Ole Salscheider4-2/+46
2013-08-23gallivm: fix min/mag switchover point for nearest/none mip filterRoland Scheidegger5-66/+81
2013-08-23gallium/osmesa: Link, not copy, the shared library to the LIB_DIR.Jon Severinsson1-1/+1
2013-08-23gallium/osmesa: Always link with the c++ linker.Jon Severinsson1-9/+2
2013-08-23gallium/osmesa: Make and install an osmesa.pc.Jon Severinsson2-3/+14
2013-08-23i965/gs: Add a data structure for tracking VS output VUE map.Paul Berry2-1/+16
2013-08-23i965/vec4: Make a function for setting up vec4 program key clip info.Paul Berry2-6/+24
2013-08-23i965: Make prim_to_hw_prim accessible outside brw_draw.c.Paul Berry2-1/+3
2013-08-23i965/gs: add GS visitors.Paul Berry3-0/+351
2013-08-23i965/gs: Add GS_OPCODE_SET_DWORD_2_IMMED.Paul Berry4-0/+28
2013-08-23i965/gs: Add GS_OPCODE_SET_VERTEX_COUNT.Paul Berry4-0/+45
2013-08-23i965/gs: Add GS_OPCODE_SET_WRITE_OFFSET.Paul Berry4-0/+57
2013-08-23i965/gs: Add GS_OPCODE_THREAD_END.Paul Berry5-0/+32
2013-08-23i965/gs: Add GS_OPCODE_URB_WRITE.Paul Berry5-4/+38
2013-08-23i965/gs: Add a flag allowing URB write messages to use a per-slot offset.Paul Berry2-2/+8
2013-08-23i965: Combine 4 boolean args of brw_urb_WRITE into a flags bitfield.Paul Berry12-71/+76
2013-08-23i965/gs: Add a case to brwNewProgram() for geometry shaders.Paul Berry1-0/+11
2013-08-23i965/gs: Create structs for use by GS program compilation.Paul Berry1-0/+23
2013-08-23i965/gs: Add a case to brwBindProgram() for geometry shaders.Paul Berry1-0/+3
2013-08-23i965/gs: Add brw->geometry_program.Paul Berry2-0/+8
2013-08-23i965/vec4: Virtualize setup_payload instead of setup_attributes.Paul Berry3-6/+5
2013-08-23i965/vec4: Allow for dispatch_grf_start_reg to vary.Paul Berry7-8/+20
2013-08-23i965/vec4: Move vec4 data structures and functions to brw_vec4.{cpp,h}.Paul Berry4-64/+72
2013-08-23i965: Make brw_{shader,vec4}.h safe to include from C.Paul Berry2-2/+15
2013-08-23i965: Stop including brw_vs.h from brw_vec4.h.Paul Berry6-1/+9
2013-08-23i965: Initialize all elements of ctx->ShaderCompilerOptions.Paul Berry1-1/+1
2013-08-23i965: Make brw_{program,vs}.h safe to include from C++.Paul Berry3-1/+17
2013-08-23mesa/program: Make prog_instruction.h and program.h safe to include from C++.Paul Berry2-0/+16
2013-08-23glsl: Refactor handling of gl_ClipDistance/gl_ClipVertex linkage rules for GS.Paul Berry3-29/+62
2013-08-23mesa: Fix assertion error with glDebugMessageControlTimothy Arceri1-13/+2
2013-08-22mesa: Specify a better GL_MAX_SERVER_WAIT_TIMEOUT limit.Kenneth Graunke1-1/+1
2013-08-22meta: Set correct viewport and projection in decompress_texture_image.Kenneth Graunke1-0/+5
2013-08-22i965: Fix misapplication of gles3 srgb workaroundChad Versace1-3/+7
2013-08-22gallivm: do per-element lod for lod bias and explicit derivs tooRoland Scheidegger2-31/+74
2013-08-22gallivm: (trivial) fix int/uint border color clampingRoland Scheidegger1-2/+2
2013-08-22gallivm: (trivial) fix linear aos sampling of 3d compressed formatsRoland Scheidegger1-2/+2
2013-08-22radeonsi: Fix y/z/w component values of TGSI_SEMANTIC_FOG pixel shader inputsMichel Dänzer1-0/+18
2013-08-22gallium: Support PIPE_FORMAT_R10G10B10A2_UINT.José Fonseca3-0/+3
2013-08-22trace: Handle null tokens.José Fonseca1-2/+6