2014-02-03 |
Brian Paul | svga: refactor some shader code |
commit | commitdiff | tree |
2014-02-03 |
Zack Rusin | gallivm: fix opcode and function nesting |
commit | commitdiff | tree |
2014-02-03 |
Kenneth Graunke | mesa: Drop unnecessary (void) ctx from VAO code. |
commit | commitdiff | tree |
2014-02-03 |
Kenneth Graunke | mesa: Remove "APPLE" from some VAO error messages. |
commit | commitdiff | tree |
2014-02-03 |
Kenneth Graunke | mesa: Update some comments relating to VAOs. |
commit | commitdiff | tree |
2014-02-03 |
Kenneth Graunke | mesa: Rename ElementArrayBufferObj to IndexBufferObj. |
commit | commitdiff | tree |
2014-02-03 |
Kenneth Graunke | mesa: Rename _mesa_lookup_arrayobj to _mesa_lookup_vao. |
commit | commitdiff | tree |
2014-02-03 |
Kenneth Graunke | mesa: Rename _mesa_..._array_obj functions to _mesa_... |
commit | commitdiff | tree |
2014-02-03 |
Kenneth Graunke | mesa: Rename "struct gl_array_object" to gl_vertex_arra... |
commit | commitdiff | tree |
2014-02-03 |
Kenneth Graunke | mesa: Rename "arrayObj" local variables to "vao". |
commit | commitdiff | tree |
2014-02-03 |
Kenneth Graunke | mesa: Rename ArrayObj to VAO and DefaultArrayObj to... |
commit | commitdiff | tree |
2014-02-02 |
Ian Romanick | meta: Silence several 'unused parameter' warnings |
commit | commitdiff | tree |
2014-02-02 |
Ian Romanick | meta: Don't use fixed-function to decompress array... |
commit | commitdiff | tree |
2014-02-02 |
Ian Romanick | meta: Use NDC in decompress_texture_image |
commit | commitdiff | tree |
2014-02-02 |
Ian Romanick | meta: Consistenly use non-Apple VAO functions |
commit | commitdiff | tree |
2014-02-02 |
Ian Romanick | meta: Fallback to software for GetTexImage of compresse... |
commit | commitdiff | tree |
2014-02-02 |
Ian Romanick | meta: Release resources used by _mesa_meta_DrawPixels |
commit | commitdiff | tree |
2014-02-02 |
Ian Romanick | meta: Release resources used by decompress_texture_image |
commit | commitdiff | tree |
2014-02-02 |
Ian Romanick | mesa: Use common _mesa_tex_target_to_index in tex param... |
commit | commitdiff | tree |
2014-02-02 |
Ian Romanick | mesa: Make target_enum_to_index available outside texobj.c |
commit | commitdiff | tree |
2014-02-02 |
Brian Paul | mesa: make several FBO functions static |
commit | commitdiff | tree |
2014-02-02 |
Brian Paul | mesa: move glGenerateMipmap() code into new genmipmap... |
commit | commitdiff | tree |
2014-02-02 |
Brian Paul | mesa: move glBlitFramebuffer code into new blit.c file |
commit | commitdiff | tree |
2014-02-02 |
Brian Paul | mesa: don't signal _NEW_TEXTURE in TexSubImage() functions |
commit | commitdiff | tree |
2014-02-02 |
Brian Paul | mesa: add some comments about mipmap generation |
commit | commitdiff | tree |
2014-02-02 |
Brian Paul | mesa: simplify comment in texstorage.c |
commit | commitdiff | tree |
2014-02-02 |
Brian Paul | mesa: formatting fixes, 78-column wrappings in dd.h |
commit | commitdiff | tree |
2014-02-02 |
Brian Paul | mesa: remove target param from ctx->Driver.TexParameter() |
commit | commitdiff | tree |
2014-02-02 |
Brian Paul | gallivm: add a few const qualifiers |
commit | commitdiff | tree |
2014-02-02 |
Brian Paul | translate: reindent translate_sse.c |
commit | commitdiff | tree |
2014-02-02 |
Brian Paul | mesa: make _mesa_get_proxy_target() static |
commit | commitdiff | tree |
2014-02-02 |
Brian Paul | mesa: remove unused _mesa_select_tex_object() function |
commit | commitdiff | tree |
2014-02-02 |
Brian Paul | swrast: use _mesa_get_current_tex_object() in swrastSet... |
commit | commitdiff | tree |
2014-02-02 |
Brian Paul | st/mesa: use _mesa_get_current_tex_object() in st_conte... |
commit | commitdiff | tree |
2014-02-02 |
Brian Paul | mesa: use _mesa_get_current_tex_object() in GetTexLevel... |
commit | commitdiff | tree |
2014-02-02 |
Brian Paul | radeon: use _mesa_get_current_tex_object() in radeonSet... |
commit | commitdiff | tree |
2014-02-02 |
Brian Paul | r200: use _mesa_get_current_tex_object() in r200SetTexB... |
commit | commitdiff | tree |
2014-02-01 |
Paul Seidler | build: move ARCH_LIBS definition outside of ASM definition |
commit | commitdiff | tree |
2014-02-01 |
Eric Anholt | dri: Add a useful error message if someone's packages... |
commit | commitdiff | tree |
2014-02-01 |
Eric Anholt | dri: Also support the loader with libudev.so.0. |
commit | commitdiff | tree |
2014-02-01 |
Rob Clark | freedreno: better manage our WFI's |
commit | commitdiff | tree |
2014-02-01 |
Rob Clark | freedreno/a3xx: add logicop |
commit | commitdiff | tree |
2014-02-01 |
Rob Clark | freedreno/a3xx: handle frag z write |
commit | commitdiff | tree |
2014-02-01 |
Rob Clark | freedreno: resync generated headers |
commit | commitdiff | tree |
2014-02-01 |
Rob Clark | freedreno/a3xx: fix const confusion |
commit | commitdiff | tree |
2014-02-01 |
Rob Clark | freedreno/a3xx/compiler: compiler cleanups |
commit | commitdiff | tree |
2014-02-01 |
Rob Clark | freedreno/compiler/a3xx: remove lowered instructions |
commit | commitdiff | tree |
2014-02-01 |
Rob Clark | freedreno: add tgsi lowering pass |
commit | commitdiff | tree |
2014-02-01 |
Rob Clark | freedreno/a3xx/compiler: add CLAMP |
commit | commitdiff | tree |
2014-02-01 |
Rob Clark | freedreno/a3xx/compiler: various fixes |
commit | commitdiff | tree |
2014-02-01 |
Rob Clark | freedreno: ctx should hold ref to dev |
commit | commitdiff | tree |
2014-02-01 |
Rob Clark | freedreno: add prims-emitted driver query |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Silence unused variable 'ctx' warning. |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Fix math instruction hstride assertions on Broadwell. |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Add (disabled) Broadwell PCI IDs. |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Disable 3DSTATE_WM_HZ_OP fields. |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Update GS state for Broadwell. |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Update multisampling state for Broadwell. |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Update 3DSTATE_{DEPTH,STENCIL,...}_BUFFER and... |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Update BLEND_STATE for Broadwell. |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Update SF_CLIP_VIEWPORT for Broadwell. |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Rework SURFACE_STATE entries for Broadwell. |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Update SOL state for Broadwell. |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Update the code that disables unused shader stage... |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Update 3DSTATE_CLIP for Broadwell. |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Rework vertex uploads for Broadwell. |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Update STATE_BASE_ADDRESS for Broadwell. |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Update 3DSTATE_PS, 3DSTATE_WM, and add 3DSTATE_PS... |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Rework 3DSTATE_VS for Broadwell. |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Add the new 3DSTATE_PS_BLEND state packet. |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Replace DEPTH_STENCIL_STATE with Gen8's 3DSTATE_W... |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Update SF, SBE, and RASTER state for Broadwell. |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Bump generation assertions on workaround flushes. |
commit | commitdiff | tree |
2014-02-01 |
Kenneth Graunke | i965: Duplicate gen7_atoms to gen8_atoms. |
commit | commitdiff | tree |
2014-02-01 |
Brian Paul | radeon: move driContextSetFlags(ctx) call after ctx... |
commit | commitdiff | tree |
2014-02-01 |
Brian Paul | r200: move driContextSetFlags(ctx) call after ctx var... |
commit | commitdiff | tree |
2014-01-31 |
Roland Scheidegger | llvmpipe: fix denorm handling for r11g11b10_float forma... |
commit | commitdiff | tree |
2014-01-31 |
Matt Turner | glsl: Expand non-expr & non-swizzle scalar rvalues... |
commit | commitdiff | tree |
2014-01-31 |
Matt Turner | glcpp: Reject #version after the version has been resolved. |
commit | commitdiff | tree |
2014-01-31 |
Carl Worth | glcpp: Rename the variable used to enable debugging. |
commit | commitdiff | tree |
2014-01-31 |
Carl Worth | glcpp: Add "make check" test for comment-parsing bug |
commit | commitdiff | tree |
2014-01-31 |
Carl Worth | glcpp: Don't enter lexer's NEWLINE_CATCHUP start state... |
commit | commitdiff | tree |
2014-01-31 |
Brian Paul | mesa: use _mesa_align_free() in _mesa_delete_buffer_obj... |
commit | commitdiff | tree |
2014-01-31 |
Michel Dänzer | st/dri: Fix tests for no draw/read buffers in dri_make_... |
commit | commitdiff | tree |
2014-01-31 |
Keith Packard | dri3: Track current Present swap mode and adjust buffer... |
commit | commitdiff | tree |
2014-01-31 |
Keith Packard | dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888 |
commit | commitdiff | tree |
2014-01-31 |
Keith Packard | dri3: Flush XCB before blocking for special events |
commit | commitdiff | tree |
2014-01-31 |
Keith Packard | dri3: Enable GLX_INTEL_swap_event |
commit | commitdiff | tree |
2014-01-31 |
Keith Packard | dri3: Fix dri3_wait_for_sbc to wait for completion... |
commit | commitdiff | tree |
2014-01-31 |
Keith Packard | dri3: Track full 64-bit SBC numbers, instead of just... |
commit | commitdiff | tree |
2014-01-30 |
Mark Mueller | mesa: Add warning to _REV pack/unpack functions with... |
commit | commitdiff | tree |
2014-01-30 |
Siavash Eliasi | r600g: Removed unnecessary positivity check for unsigne... |
commit | commitdiff | tree |
2014-01-30 |
Michel Dänzer | st/dri: Allow creating OpenGL 3.3 core contexts |
commit | commitdiff | tree |
2014-01-29 |
Kristian Høgsberg | build: Share the all-local rule for linking libraries... |
commit | commitdiff | tree |
2014-01-29 |
Emil Velikov | loader: do not print the pci id during normal operation |
commit | commitdiff | tree |
2014-01-29 |
Emil Velikov | loader: print WARNING and FATAL messages using the... |
commit | commitdiff | tree |
2014-01-29 |
Emil Velikov | glsl: s/_NDEBUG/NDEBUG/ |
commit | commitdiff | tree |
2014-01-29 |
Kristian Høgsberg | dir-locals.el: Set indent-tabs-mode true for makefile... |
commit | commitdiff | tree |
2014-01-29 |
Courtney Goeltzenleu... | mesa: Return after ScissorArrayv or ScissorIndexed... |
commit | commitdiff | tree |
2014-01-29 |
Ian Romanick | docs: Add GL_ARB_map_buffer_alignment status to GL3... |
commit | commitdiff | tree |
next |