summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-30st/wgl: fix implementation of wglCreateContextAttribsARB()Brian Paul3-22/+136
2014-05-30st/wgl: add debug code to check that pixel format initialization workedBrian Paul1-3/+9
2014-05-30st/wgl: change PFD_SWAP_COPY to PFD_SWAP_EXCHANGE.Brian Paul1-1/+1
2014-05-30docs: Document how to replace Windows built-in OpenGL software rasterizer wit...José Fonseca1-12/+40
2014-05-30scons: add common.c as part of glcpp buildTapani Pälli1-1/+1
2014-05-30mesa: Add missing null checks into prog_hash_table.cJuha-Pekka Heikkila1-0/+8
2014-05-30glcpp: link with tests/common.cTapani Pälli1-0/+1
2014-05-30mesa/main: Add missing null check in _mesa_CreatePerfQueryINTEL()Juha-Pekka Heikkila1-0/+5
2014-05-30mesa/drivers: Add extra null check in blitframebuffer_texture()Juha-Pekka Heikkila1-0/+3
2014-05-30glsl: Add null check in loop_analysis.cppJuha-Pekka Heikkila1-2/+4
2014-05-30mesa: add missing null check in _mesa_NewHashTable()Juha-Pekka Heikkila1-0/+10
2014-05-29loader: add optional /sys filesystem method for PCI identification.Gary Wong2-11/+137
2014-05-29loader: allow attempting more than one method of PCI identification.Gary Wong1-18/+46
2014-05-29st/egl: do not link against libloaderEmil Velikov1-1/+0
2014-05-29egl_dri2: fix wayland_platform when drm_platform is not setEmil Velikov1-4/+6
2014-05-29i965/fs: Set correct number of regs_written for MCS fetches.Matt Turner1-3/+3
2014-05-29glx: load dri driver with RTLD_LOCAL so dlclose never fails to unloadJerome Glisse1-5/+5
2014-05-28i915g: Support B5G5R5A1 render targets and texturesStéphane Marchesin1-0/+2
2014-05-28i915g: Support R4G4B4A4 render targets and texturesStéphane Marchesin1-0/+2
2014-05-28i915g: Fix copy region codeStéphane Marchesin1-34/+14
2014-05-28glsl/tests: remove generated tests from the repoConnor Abbott49-696/+2
2014-05-28glsl/tests: call create_test_cases.py in optimization-testConnor Abbott1-0/+8
2014-05-28glsl/tests/lower_jumps: fix generated sexpr's for loopsConnor Abbott1-1/+1
2014-05-28glsl: be more consistent about printing constantsConnor Abbott23-48/+40
2014-05-28glsl: replace strncmp("gl_") calls with new is_gl_identifier() helperBrian Paul5-9/+17
2014-05-28glsl: fix use-after free bug/crash in ast_declarator_list::hir()Brian Paul1-1/+5
2014-05-28i965: Fix repeated usage of rectangle texture coordinate scaling.Kenneth Graunke1-7/+20
2014-05-28egl-static: Fix undefined reference to `loader_*'José Fonseca1-0/+1
2014-05-28meta/blit: Use gl_FragColor also in the msaa blit shaderTopi Pohjolainen1-1/+1
2014-05-27nvc0/ir: use SM35 ISA with GK20AAlexandre Courbot3-7/+12
2014-05-27nvc0: add GK20A 3D classAlexandre Courbot2-1/+9
2014-05-27i965/sf: Replace push/pop in brw_emit_anyprim_setup.Kenneth Graunke1-15/+11
2014-05-27i965/sf: Drop unnecessary push/pop in copy_z_inv_w.Kenneth Graunke1-4/+0
2014-05-27i965/sf: Drop unnecessary push/pop in flatshading code.Kenneth Graunke1-8/+0
2014-05-27i965/sf: Move brw_compile::flag_value to brw_sf_compile.Kenneth Graunke3-21/+24
2014-05-27i965/sf: Move brw_set_predicate_control_flag_value to brw_sf_emit.c.Kenneth Graunke3-19/+14
2014-05-27i965/sf: Drop useless push/pop state from flag register mashing code.Kenneth Graunke1-2/+0
2014-05-27i965/sf: Drop unnecessary push/pop in do_twoside_color.Kenneth Graunke1-2/+0
2014-05-27i965: Don't implicitly set predicate default state in brw_CMP.Kenneth Graunke5-39/+33
2014-05-27i965: Drop unnecessary predication default state resets in clip code.Kenneth Graunke1-6/+0
2014-05-27i965/sf: Reset flag_value to 0xff before emitting SF subroutines.Kenneth Graunke2-15/+4
2014-05-27st/omx/enc: implement restricted b frames patternLeo Liu2-2/+10
2014-05-27radeon/vce: implement non-referenced framesLeo Liu2-3/+5
2014-05-27vl: add interface for non-referenced framesLeo Liu1-0/+2
2014-05-27i965/meta: Store stencil texturing modeTopi Pohjolainen1-0/+1
2014-05-27meta/blit: Add stencil texturing mode save and restoreTopi Pohjolainen2-3/+14
2014-05-26i915g: Fix shader disasm codeStéphane Marchesin1-1/+0
2014-05-26i915g: Fallback to sw for npot copiesStéphane Marchesin1-2/+3
2014-05-26i915g: handle more formats in copyStéphane Marchesin3-11/+91
2014-05-26nvc0: implement clear_bufferTobias Klausmann1-0/+141